GET /api/bet_types/54c22e00-76d4-4710-8d7e-5126e885fde3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54c22e00-76d4-4710-8d7e-5126e885fde3",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a76909c-3cdb-49af-bb4a-69f32cdbe85c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-08T11:47:00.283930-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": "SFO (A Desclafani)",
                "amount": 6557.0
            },
            {
                "team": "WAS (J Irvin)",
                "amount": 3443.0
            }
        ],
        "expected_reward_tokens": 9571.54,
        "profit_sb": 71.54,
        "profit_sb_percentage": 0.75,
        "recommended": true
    },
    "lines": [
        {
            "id": "20560248-d076-4cb1-8258-68c750224b96",
            "gambit_id": "a8b12ab3-b403-4e45-a017-d74283398834",
            "last_updated": "2023-05-09T11:17:20.248806-04:00",
            "created_at": "2023-05-08T11:47:00.285929-04:00",
            "name": "SFO (A Desclafani)",
            "reward": "1.46000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54c22e00-76d4-4710-8d7e-5126e885fde3/?format=api"
        },
        {
            "id": "3f106357-09d2-47ae-ab06-f185463bfed1",
            "gambit_id": "71971ded-f1b9-413d-82d7-2b53b134d433",
            "last_updated": "2023-05-09T11:17:20.250109-04:00",
            "created_at": "2023-05-08T11:47:00.288086-04:00",
            "name": "WAS (J Irvin)",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54c22e00-76d4-4710-8d7e-5126e885fde3/?format=api"
        }
    ]
}