GET /api/bet_types/c5f1a206-9e0b-406d-bd8b-f10bfca4018a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5f1a206-9e0b-406d-bd8b-f10bfca4018a",
    "match": "https://api-prod.gambitprofit.com/api/matches/bfedf2ad-9450-4d71-a67f-3afa353b13b8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-01T12:27:15.144328-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": "NYY (D German)",
                "amount": 5415.0
            },
            {
                "team": "CLE (C Quantrill)",
                "amount": 4585.0
            }
        ],
        "expected_reward_tokens": 9582.65,
        "profit_sb": 82.65,
        "profit_sb_percentage": 0.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "c2ce2000-36d8-45a3-896b-66d0859d22c0",
            "gambit_id": "8e2568c2-286d-43d6-9aa7-550d10b0fc16",
            "last_updated": "2023-05-02T11:52:08.489746-04:00",
            "created_at": "2023-05-01T12:27:15.145886-04:00",
            "name": "NYY (D German)",
            "reward": "1.77000",
            "odds": "1.80650",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5f1a206-9e0b-406d-bd8b-f10bfca4018a/?format=api"
        },
        {
            "id": "5ff62464-b0d1-40e6-9558-339d45e546ed",
            "gambit_id": "26453321-755a-4a04-a918-3bcb95bcf5d5",
            "last_updated": "2023-05-02T11:52:08.491472-04:00",
            "created_at": "2023-05-01T12:27:15.147581-04:00",
            "name": "CLE (C Quantrill)",
            "reward": "2.09000",
            "odds": "2.14000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5f1a206-9e0b-406d-bd8b-f10bfca4018a/?format=api"
        }
    ]
}