GET /api/bet_types/03136963-704d-4636-b2a7-542ea7fe678c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03136963-704d-4636-b2a7-542ea7fe678c",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd312d61-07bf-4e18-9375-5cfa55bc6bc9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-04T08:52:59.787860-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": "SEA (L Castillo)",
                "amount": 5222.0
            },
            {
                "team": "LAA (R Detmers)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "c08ccaa6-9a67-4916-82de-f7c093de6659",
            "gambit_id": "bbf2975e-35d3-4d5d-ac85-209ea4d322c2",
            "last_updated": "2023-08-05T11:58:16.297169-04:00",
            "created_at": "2023-08-04T08:52:59.792186-04:00",
            "name": "SEA (L Castillo)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03136963-704d-4636-b2a7-542ea7fe678c/?format=api"
        },
        {
            "id": "e6fbc45d-310c-43d9-b9f8-1c40e9f2ebbd",
            "gambit_id": "93bbf27c-5fa0-409d-b2ed-d5bd66bbf22e",
            "last_updated": "2023-08-05T11:58:16.301497-04:00",
            "created_at": "2023-08-04T08:52:59.796493-04:00",
            "name": "LAA (R Detmers)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03136963-704d-4636-b2a7-542ea7fe678c/?format=api"
        }
    ]
}