GET /api/bet_types/888937c4-f949-4bad-ad56-713d9169282c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "888937c4-f949-4bad-ad56-713d9169282c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d647f159-1243-4452-8792-f8c244a0c49c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-08T08:28:07.234696-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": "TAM (Z Eflin)",
                "amount": 6139.0
            },
            {
                "team": "STL (M Mikolas)",
                "amount": 3861.0
            }
        ],
        "expected_reward_tokens": 9575.28,
        "profit_sb": 75.28,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "dd069fcd-738d-4e10-978f-19bd29c54612",
            "gambit_id": "547703df-aa2b-4b7d-a298-c1c3419ba1ac",
            "last_updated": "2023-08-10T10:23:24.489214-04:00",
            "created_at": "2023-08-08T08:28:07.245952-04:00",
            "name": "TAM (Z Eflin)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/888937c4-f949-4bad-ad56-713d9169282c/?format=api"
        },
        {
            "id": "4ea72fc2-2a18-4b51-aec2-ed392dd445ae",
            "gambit_id": "acc525ba-575e-4057-ae65-441841beeb97",
            "last_updated": "2023-08-10T10:23:24.492620-04:00",
            "created_at": "2023-08-08T08:28:07.261571-04:00",
            "name": "STL (M Mikolas)",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/888937c4-f949-4bad-ad56-713d9169282c/?format=api"
        }
    ]
}