GET /api/bet_types/52adc696-8942-4de0-987d-152d0d249454/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52adc696-8942-4de0-987d-152d0d249454",
    "match": "https://api-prod.gambitprofit.com/api/matches/556c1aa3-fa6c-4bef-8f33-3ce35301d1e9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-30T12:47:11.349932-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": "MIN (S Gray)",
                "amount": 6500.0
            },
            {
                "team": "KAN (B Singer)",
                "amount": 3500.0
            }
        ],
        "expected_reward_tokens": 9555.0,
        "profit_sb": 55.0,
        "profit_sb_percentage": 0.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "6ddcbe68-9e76-4b1b-84a1-3bab6b5451f6",
            "gambit_id": "725f00fc-f4cb-4efe-b804-c4f87c4ed708",
            "last_updated": "2023-05-01T12:27:24.180958-04:00",
            "created_at": "2023-04-30T12:47:11.351786-04:00",
            "name": "MIN (S Gray)",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52adc696-8942-4de0-987d-152d0d249454/?format=api"
        },
        {
            "id": "896ccb86-7612-4095-94af-d21eae95020b",
            "gambit_id": "596001a5-8588-4d38-93b6-47a2ebe5ae38",
            "last_updated": "2023-05-01T12:27:24.182591-04:00",
            "created_at": "2023-04-30T12:47:11.353428-04:00",
            "name": "KAN (B Singer)",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52adc696-8942-4de0-987d-152d0d249454/?format=api"
        }
    ]
}