GET /api/bet_types/7e965ad4-da23-4150-bde6-02208db91baf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e965ad4-da23-4150-bde6-02208db91baf",
    "match": "https://api-prod.gambitprofit.com/api/matches/554e7480-1e31-4b66-96ad-f4099457e552/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-26T12:02:10.224812-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": "MIL (F Peralta)",
                "amount": 6557.0
            },
            {
                "team": "DET (M Lorenzen)",
                "amount": 3443.0
            }
        ],
        "expected_reward_tokens": 9571.54,
        "profit_sb": 71.54,
        "profit_sb_percentage": 0.75,
        "recommended": true
    },
    "lines": [
        {
            "id": "c78e129e-2c3c-48dd-824a-dabd2a3d0152",
            "gambit_id": "f26f2386-bb37-4e9a-9e8d-cb79f102b69e",
            "last_updated": "2023-04-27T11:52:08.068488-04:00",
            "created_at": "2023-04-26T12:02:10.226122-04:00",
            "name": "MIL (F Peralta)",
            "reward": "1.46000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e965ad4-da23-4150-bde6-02208db91baf/?format=api"
        },
        {
            "id": "64899a0c-1ff9-4673-bd66-e05deb280ac0",
            "gambit_id": "9a12a53c-7309-489e-bb6d-eb388710ed2f",
            "last_updated": "2023-04-27T11:52:08.070246-04:00",
            "created_at": "2023-04-26T12:02:10.227548-04:00",
            "name": "DET (M Lorenzen)",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e965ad4-da23-4150-bde6-02208db91baf/?format=api"
        }
    ]
}