GET /api/bet_types/65cb3974-f3ac-4e49-b02f-f185ad738118/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65cb3974-f3ac-4e49-b02f-f185ad738118",
    "match": "https://api-prod.gambitprofit.com/api/matches/9cd93f72-d58f-4143-a93a-94dee4a50712/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-25T12:38:06.280623-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": "COL",
                "amount": 6090.0
            },
            {
                "team": "WAS",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff34503e-31bb-4e0d-abff-b6c0f5327cb4",
            "gambit_id": "8ad37b2a-7f96-43c8-a0c8-af050a5871cc",
            "last_updated": "2023-07-26T10:33:08.772357-04:00",
            "created_at": "2023-07-25T12:38:06.284300-04:00",
            "name": "COL",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65cb3974-f3ac-4e49-b02f-f185ad738118/?format=api"
        },
        {
            "id": "e64302d3-c38a-476a-b4b1-31a0c52478cc",
            "gambit_id": "31159c2a-209d-4780-9448-11f72ec355c5",
            "last_updated": "2023-07-26T10:33:08.775938-04:00",
            "created_at": "2023-07-25T12:38:06.289090-04:00",
            "name": "WAS",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65cb3974-f3ac-4e49-b02f-f185ad738118/?format=api"
        }
    ]
}