GET /api/bet_types/24e11ea9-e319-4f5e-913d-d128ac146b1c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24e11ea9-e319-4f5e-913d-d128ac146b1c",
    "match": "https://api-prod.gambitprofit.com/api/matches/9214b95d-85df-4ccb-9476-9d665b20c746/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-20T08:33:21.818049-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": "HOU (F Valdez)",
                "amount": 5527.0
            },
            {
                "team": "NYM (J Verlander)",
                "amount": 4473.0
            }
        ],
        "expected_reward_tokens": 9616.95,
        "profit_sb": 116.95,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "a0aba5de-79af-4133-8c23-09441e4f4019",
            "gambit_id": "6196d0af-acc0-49ce-96df-8f103c31b61d",
            "last_updated": "2023-06-22T10:13:04.004948-04:00",
            "created_at": "2023-06-20T08:33:21.825363-04:00",
            "name": "HOU (F Valdez)",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24e11ea9-e319-4f5e-913d-d128ac146b1c/?format=api"
        },
        {
            "id": "03722545-fcef-41c2-8c6a-aa62e7127089",
            "gambit_id": "cb9b8a59-3cd1-4fac-8986-dec3e8d87057",
            "last_updated": "2023-06-22T10:13:04.003166-04:00",
            "created_at": "2023-06-20T08:33:21.821524-04:00",
            "name": "NYM (J Verlander)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24e11ea9-e319-4f5e-913d-d128ac146b1c/?format=api"
        }
    ]
}