GET /api/bet_types/2b246137-a330-4c8f-96c0-3ae9b19e473a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b246137-a330-4c8f-96c0-3ae9b19e473a",
    "match": "https://api-prod.gambitprofit.com/api/matches/cca86bf0-2973-4302-94bd-656dff8373cd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-14T09:28:08.111330-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": 6390.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "fde4d3e8-a986-489a-a7e5-185fe2d85a55",
            "gambit_id": "9c9f23ff-4fe8-450a-9fa7-290e35f0d0cf",
            "last_updated": "2023-12-16T10:28:23.767317-05:00",
            "created_at": "2023-12-14T09:28:08.115103-05:00",
            "name": "Calgary Flames",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b246137-a330-4c8f-96c0-3ae9b19e473a/?format=api"
        },
        {
            "id": "93238cd0-2657-4fb9-90e5-7c4f959c5ee7",
            "gambit_id": "dc458bd0-535a-48be-a73d-6d7571d10a03",
            "last_updated": "2023-12-16T10:28:23.770449-05:00",
            "created_at": "2023-12-14T09:28:08.119708-05:00",
            "name": "Minnesota Wild",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b246137-a330-4c8f-96c0-3ae9b19e473a/?format=api"
        }
    ]
}