GET /api/bet_types/badcb6c1-85ee-418e-baa4-d2510794df30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "badcb6c1-85ee-418e-baa4-d2510794df30",
    "match": "https://api-prod.gambitprofit.com/api/matches/bea60447-d9f8-4419-b1ca-7759301a2ef0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-28T08:23:02.819777-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": "WAS",
                "amount": 5512.0
            },
            {
                "team": "NYM",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "f2b0c399-ff66-4f8c-b9f4-55d9bd981719",
            "gambit_id": "2ba99011-a8a7-4d8e-8fcf-6a98cf141607",
            "last_updated": "2023-07-29T19:43:31.810246-04:00",
            "created_at": "2023-07-28T08:23:02.824577-04:00",
            "name": "WAS",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/badcb6c1-85ee-418e-baa4-d2510794df30/?format=api"
        },
        {
            "id": "1e993274-e0ac-453c-9f81-8d9901a12d4d",
            "gambit_id": "face2355-d169-4768-87dc-7b4fbb68f2f6",
            "last_updated": "2023-07-29T19:43:31.814044-04:00",
            "created_at": "2023-07-28T08:23:02.829406-04:00",
            "name": "NYM",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/badcb6c1-85ee-418e-baa4-d2510794df30/?format=api"
        }
    ]
}