GET /api/bet_types/d23c2883-55f0-417a-a700-5d1efc4df078/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d23c2883-55f0-417a-a700-5d1efc4df078",
    "match": "https://api-prod.gambitprofit.com/api/matches/b8dddecc-1ff2-491f-a2f2-9ff26146f0f2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-20T15:22:07.331723-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": "Gee Perez",
                "amount": 7573.0
            },
            {
                "team": "Josh Richey",
                "amount": 2427.0
            }
        ],
        "expected_reward_tokens": 9390.52,
        "profit_sb": -109.48,
        "profit_sb_percentage": -1.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "8268cca0-c01e-4ad6-b481-ccf685d1eadb",
            "gambit_id": "e6c2b375-0b39-467c-9f02-dd3bfa12b81f",
            "last_updated": "2023-04-22T16:17:02.399292-04:00",
            "created_at": "2023-04-20T15:22:07.336122-04:00",
            "name": "Gee Perez",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d23c2883-55f0-417a-a700-5d1efc4df078/?format=api"
        },
        {
            "id": "ad9e45f7-a761-451b-94a9-b28962022ce1",
            "gambit_id": "21758afc-4f7f-4705-ad41-e5b90d808c25",
            "last_updated": "2023-04-22T16:17:02.397706-04:00",
            "created_at": "2023-04-20T15:22:07.333914-04:00",
            "name": "Josh Richey",
            "reward": "3.87000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d23c2883-55f0-417a-a700-5d1efc4df078/?format=api"
        }
    ]
}