GET /api/bet_types/61a7bb04-17d3-40e5-beb6-cce6ab88c843/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61a7bb04-17d3-40e5-beb6-cce6ab88c843",
    "match": "https://api-prod.gambitprofit.com/api/matches/21bd6cfe-fd04-4c90-800b-d1fe46c259f1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-03T12:12:08.956448-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": "NYM (M Scherzer)",
                "amount": 6442.0
            },
            {
                "team": "DET (M Lorenzen)",
                "amount": 3558.0
            }
        ],
        "expected_reward_tokens": 9534.16,
        "profit_sb": 34.16,
        "profit_sb_percentage": 0.36,
        "recommended": true
    },
    "lines": [
        {
            "id": "8498215f-ba0a-4728-b09e-3ce2f53f6308",
            "gambit_id": "091ac000-2a69-441a-97c5-10979ae56d47",
            "last_updated": "2023-05-04T10:57:21.987874-04:00",
            "created_at": "2023-05-03T12:12:08.960386-04:00",
            "name": "NYM (M Scherzer)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61a7bb04-17d3-40e5-beb6-cce6ab88c843/?format=api"
        },
        {
            "id": "9d9a7c5f-112a-4e3f-b7b5-0255a5b8c773",
            "gambit_id": "9ef9aa91-d8fe-484d-8e4a-86758017afc5",
            "last_updated": "2023-05-04T10:57:21.986255-04:00",
            "created_at": "2023-05-03T12:12:08.958368-04:00",
            "name": "DET (M Lorenzen)",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61a7bb04-17d3-40e5-beb6-cce6ab88c843/?format=api"
        }
    ]
}