GET /api/bet_types/71e6c947-59ce-4467-b00b-cde82ceb71e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "71e6c947-59ce-4467-b00b-cde82ceb71e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/e7882cfd-6ea4-4d55-a4e1-c0f1861914e2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-21T18:28:03.074635-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": "LAA (S Ohtani)",
                "amount": 5787.0
            },
            {
                "team": "LOS (B Graterol)",
                "amount": 4213.0
            }
        ],
        "expected_reward_tokens": 9605.64,
        "profit_sb": 105.64,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "6b184ed6-b9b5-4793-86f4-d8e6db54990f",
            "gambit_id": "41851afb-0ffc-40fc-9d30-0eecbddb089a",
            "last_updated": "2023-06-22T10:23:08.872721-04:00",
            "created_at": "2023-06-21T18:28:03.081139-04:00",
            "name": "LAA (S Ohtani)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71e6c947-59ce-4467-b00b-cde82ceb71e2/?format=api"
        },
        {
            "id": "fac10c56-710e-4b08-b5ab-1e5aa43963f1",
            "gambit_id": "c2bbb8c2-ec5d-45db-a9c1-39b1f9f94856",
            "last_updated": "2023-06-22T10:23:08.870424-04:00",
            "created_at": "2023-06-21T18:28:03.078054-04:00",
            "name": "LOS (B Graterol)",
            "reward": "2.28000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71e6c947-59ce-4467-b00b-cde82ceb71e2/?format=api"
        }
    ]
}