GET /api/bet_types/ff8bbee8-4338-4463-8af0-737c7e7c7b94/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff8bbee8-4338-4463-8af0-737c7e7c7b94",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d764037-aa1c-4de3-b872-694f708c85b8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-22T11:27:14.592408-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": "PHI (Z Wheeler)",
                "amount": 6627.0
            },
            {
                "team": "ARI (T Henry)",
                "amount": 3373.0
            }
        ],
        "expected_reward_tokens": 9476.61,
        "profit_sb": -23.39,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "db430f16-5006-40b5-b281-06a3ae5901fe",
            "gambit_id": "6152561a-cc19-4b3e-91b5-def473f0e908",
            "last_updated": "2023-05-25T13:47:08.942516-04:00",
            "created_at": "2023-05-22T11:27:14.595001-04:00",
            "name": "PHI (Z Wheeler)",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff8bbee8-4338-4463-8af0-737c7e7c7b94/?format=api"
        },
        {
            "id": "5ad6c8ad-4f45-453a-acd7-fd6a2b015e1c",
            "gambit_id": "9de0e03e-d811-4f5e-a576-7c1381337325",
            "last_updated": "2023-05-25T13:47:08.944834-04:00",
            "created_at": "2023-05-22T11:27:14.597300-04:00",
            "name": "ARI (T Henry)",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff8bbee8-4338-4463-8af0-737c7e7c7b94/?format=api"
        }
    ]
}