GET /api/bet_types/b6a5825a-6a38-46f7-b24b-618c7ee012cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6a5825a-6a38-46f7-b24b-618c7ee012cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3ae0c2e-39de-4723-ac50-38610ae66db7/?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": "ATL (J Odorizzi)",
                "amount": 6373.0
            },
            {
                "team": "WAS (J Gray)",
                "amount": 3627.0
            }
        ],
        "expected_reward_tokens": 9176.31,
        "profit_sb": 176.31,
        "profit_sb_percentage": 1.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "d1688812-6c51-4788-9e97-a48318f6cb12",
            "gambit_id": "10a14dac-2ac8-4223-a687-963492d883c4",
            "last_updated": "2022-09-29T10:37:06.790295-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (J Odorizzi)",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6a5825a-6a38-46f7-b24b-618c7ee012cd/?format=api"
        },
        {
            "id": "5d3bcbe5-2952-41d1-b664-73fbae486778",
            "gambit_id": "f2c4c9b1-013d-4af6-a5de-bdbd3cc8e977",
            "last_updated": "2022-09-29T10:37:06.789310-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (J Gray)",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6a5825a-6a38-46f7-b24b-618c7ee012cd/?format=api"
        }
    ]
}