GET /api/bet_types/b4dc1ec7-dd61-4e8f-8b39-e6ec44007830/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4dc1ec7-dd61-4e8f-8b39-e6ec44007830",
    "match": "https://api-prod.gambitprofit.com/api/matches/89fd98e5-151a-4f77-8008-e9b43ce89fb3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-03T11:03:18.807629-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": "TEX (M Perez)",
                "amount": 5714.0
            },
            {
                "team": "HOU (C Javier)",
                "amount": 4286.0
            }
        ],
        "expected_reward_tokens": 9599.52,
        "profit_sb": 99.52,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "529b93cf-fea2-460d-aa5f-17d6b653165c",
            "gambit_id": "f87c7848-1365-4643-b069-2547d466ebe9",
            "last_updated": "2023-07-04T10:48:02.979882-04:00",
            "created_at": "2023-07-03T11:03:18.812559-04:00",
            "name": "TEX (M Perez)",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4dc1ec7-dd61-4e8f-8b39-e6ec44007830/?format=api"
        },
        {
            "id": "4a91966b-c8b1-4d41-bf9d-c992b19004cb",
            "gambit_id": "9172a431-2078-40e1-b47f-43dca6659a00",
            "last_updated": "2023-07-04T10:48:02.977257-04:00",
            "created_at": "2023-07-03T11:03:18.810267-04:00",
            "name": "HOU (C Javier)",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4dc1ec7-dd61-4e8f-8b39-e6ec44007830/?format=api"
        }
    ]
}