GET /api/bet_types/7aa26bba-61e4-40f4-8d2d-26379819400c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7aa26bba-61e4-40f4-8d2d-26379819400c",
    "match": "https://api-prod.gambitprofit.com/api/matches/2bf7242b-dc50-4e63-a14a-15be16a217b2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-31T11:47:17.384115-04: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": "BOS (J Paxton)",
                "amount": 5990.0
            },
            {
                "team": "CIN (L Weaver)",
                "amount": 4010.0
            }
        ],
        "expected_reward_tokens": 9583.9,
        "profit_sb": 83.9,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "e30eb065-5609-441c-b50c-145d963c7efb",
            "gambit_id": "d70af4e1-f39a-4c66-87f1-18b9f1c8fbca",
            "last_updated": "2023-06-01T10:07:10.757695-04:00",
            "created_at": "2023-05-31T11:47:17.389686-04:00",
            "name": "BOS (J Paxton)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7aa26bba-61e4-40f4-8d2d-26379819400c/?format=api"
        },
        {
            "id": "395fd859-8f33-4378-971d-d63befcbf463",
            "gambit_id": "5c7d6fbe-8999-4bf0-b393-599dec56eff9",
            "last_updated": "2023-06-01T10:07:10.754969-04:00",
            "created_at": "2023-05-31T11:47:17.386658-04:00",
            "name": "CIN (L Weaver)",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7aa26bba-61e4-40f4-8d2d-26379819400c/?format=api"
        }
    ]
}