GET /api/bet_types/fd915af2-e296-446e-b620-790e27953da2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd915af2-e296-446e-b620-790e27953da2",
    "match": "https://api-prod.gambitprofit.com/api/matches/5542c4e1-e21d-4233-aba6-605b6d81af12/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-24T13:02:10.616611-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": "ARI (T Henry)",
                "amount": 5599.0
            },
            {
                "team": "KAN (B Keller)",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "232de877-d008-4ad1-8cc0-621d9ceccb31",
            "gambit_id": "99974991-e50a-48c8-96ee-5848e010f62a",
            "last_updated": "2023-04-25T11:42:16.948827-04:00",
            "created_at": "2023-04-24T13:02:10.618864-04:00",
            "name": "ARI (T Henry)",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd915af2-e296-446e-b620-790e27953da2/?format=api"
        },
        {
            "id": "995ac77f-fc42-4260-b4f3-b68cff86ebb3",
            "gambit_id": "21507026-ef35-4986-b794-f8e068e8a372",
            "last_updated": "2023-04-25T11:42:16.951197-04:00",
            "created_at": "2023-04-24T13:02:10.621327-04:00",
            "name": "KAN (B Keller)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd915af2-e296-446e-b620-790e27953da2/?format=api"
        }
    ]
}