GET /api/bet_types/01a2521c-8d66-459f-b72c-be4cd8354f9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01a2521c-8d66-459f-b72c-be4cd8354f9e",
    "match": "https://api-prod.gambitprofit.com/api/matches/82384003-2771-4538-a69f-0751cbf7104e/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "South Alabama",
                "amount": 5863.0
            },
            {
                "team": "Troy",
                "amount": 4137.0
            }
        ],
        "expected_reward_tokens": 9556.47,
        "profit_sb": 56.47,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "8ebcb145-67b2-466f-bcb6-4a80b3049126",
            "gambit_id": "cb275da6-8c67-4a08-bd81-2f42a2ab0a5f",
            "last_updated": "2022-10-21T10:57:29.454108-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Alabama",
            "reward": "1.63000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01a2521c-8d66-459f-b72c-be4cd8354f9e/?format=api"
        },
        {
            "id": "f5850e2a-9f49-47d1-83fa-02faee8c79b3",
            "gambit_id": "e3b9f6b0-aaf9-4b96-8b69-d9b5974ac902",
            "last_updated": "2022-10-21T10:57:29.455093-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Troy",
            "reward": "2.31000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01a2521c-8d66-459f-b72c-be4cd8354f9e/?format=api"
        }
    ]
}