GET /api/bet_types/25725e45-843f-4bf6-93a3-5355dd67b679/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25725e45-843f-4bf6-93a3-5355dd67b679",
    "match": "https://api-prod.gambitprofit.com/api/matches/e08d9b03-496e-4815-b877-e28386457bd0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-03T09:56:54.129066-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": "CLE (Z Plesac)",
                "amount": 5787.0
            },
            {
                "team": "OAK (J Kaprielian)",
                "amount": 4213.0
            }
        ],
        "expected_reward_tokens": 9605.64,
        "profit_sb": 105.64,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "7c3bc44c-4db6-4885-9db8-3ba1992fc9c5",
            "gambit_id": "81d4c24b-5e7d-4bd7-9293-f1aeceef90a9",
            "last_updated": "2023-04-04T19:12:05.897479-04:00",
            "created_at": "2023-04-03T09:56:54.131480-04:00",
            "name": "CLE (Z Plesac)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25725e45-843f-4bf6-93a3-5355dd67b679/?format=api"
        },
        {
            "id": "4b02cdc2-b2cd-4b6b-afc9-e2141fbf92d8",
            "gambit_id": "6c695abd-1a18-4047-8ba4-955275947f5e",
            "last_updated": "2023-04-04T19:12:05.896257-04:00",
            "created_at": "2023-04-03T09:56:54.130280-04:00",
            "name": "OAK (J Kaprielian)",
            "reward": "2.28000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/25725e45-843f-4bf6-93a3-5355dd67b679/?format=api"
        }
    ]
}