GET /api/bet_types/69a03c5f-8303-41a9-b665-f3c1ccf9b5c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "69a03c5f-8303-41a9-b665-f3c1ccf9b5c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/98147cc3-290f-4621-9573-a505ccdb41b0/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Kansas",
                "amount": 5737.0
            },
            {
                "team": "Oklahoma State",
                "amount": 4263.0
            }
        ],
        "expected_reward_tokens": 9121.83,
        "profit_sb": 121.83,
        "profit_sb_percentage": 1.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "06c0a9b6-7d42-47a4-8736-55d146f72d28",
            "gambit_id": "d2423481-d53d-4580-82a0-f9fcf02d690a",
            "last_updated": "2022-11-06T08:22:42.948813-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas",
            "reward": "1.59000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69a03c5f-8303-41a9-b665-f3c1ccf9b5c9/?format=api"
        },
        {
            "id": "9daef634-1266-4e25-ac83-4356caee9ff8",
            "gambit_id": "58300e09-e129-4fc5-a420-395f1e0fa24e",
            "last_updated": "2022-11-06T08:22:42.949794-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma State",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69a03c5f-8303-41a9-b665-f3c1ccf9b5c9/?format=api"
        }
    ]
}