GET /api/bet_types/40ee9b6c-231a-4ea2-9566-1bc5fc4c9b3a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "40ee9b6c-231a-4ea2-9566-1bc5fc4c9b3a",
    "match": "https://api-prod.gambitprofit.com/api/matches/afa15153-5424-4f93-80f4-c39a283b2291/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-11T09:01:53.392490-05: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": "Calgary Flames",
                "amount": 5521.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "6d4157a4-be3e-4746-8736-ab093422f517",
            "gambit_id": "19ea6bf9-6098-465c-95a4-8f017b526066",
            "last_updated": "2023-02-12T10:12:01.281860-05:00",
            "created_at": "2023-02-11T09:01:53.395654-05:00",
            "name": "Calgary Flames",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40ee9b6c-231a-4ea2-9566-1bc5fc4c9b3a/?format=api"
        },
        {
            "id": "2460bcd9-82c4-422d-955f-1e7d6f3e7311",
            "gambit_id": "2f74564e-764d-4c56-8e3f-4854afe2c6d6",
            "last_updated": "2023-02-12T10:12:01.280663-05:00",
            "created_at": "2023-02-11T09:01:53.393705-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40ee9b6c-231a-4ea2-9566-1bc5fc4c9b3a/?format=api"
        }
    ]
}