GET /api/bet_types/b451cddd-1976-4096-ac9b-8bf130c8d970/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b451cddd-1976-4096-ac9b-8bf130c8d970",
    "match": "https://api-prod.gambitprofit.com/api/matches/28f05826-5f42-4793-b0f5-b6d3353bfaa7/?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": "Kent State",
                "amount": 7127.0
            },
            {
                "team": "Eastern Michigan",
                "amount": 2873.0
            }
        ],
        "expected_reward_tokens": 9193.6,
        "profit_sb": 193.6,
        "profit_sb_percentage": 2.15,
        "recommended": true
    },
    "lines": [
        {
            "id": "36c29b26-1ce4-4ae0-90d7-e9f17117c164",
            "gambit_id": "c8bbbbee-b272-4770-8204-505e5853d10d",
            "last_updated": "2022-11-17T09:27:15.434845-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kent State",
            "reward": "1.29000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b451cddd-1976-4096-ac9b-8bf130c8d970/?format=api"
        },
        {
            "id": "db58edd2-a74a-48d0-9a2c-c146df868e4b",
            "gambit_id": "93547d2d-a00b-499b-926b-b5c476119856",
            "last_updated": "2022-11-17T09:27:15.435799-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Eastern Michigan",
            "reward": "3.20000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b451cddd-1976-4096-ac9b-8bf130c8d970/?format=api"
        }
    ]
}