GET /api/bet_types/f10c5319-4121-4d39-93f2-119b8d8dbfa7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f10c5319-4121-4d39-93f2-119b8d8dbfa7",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e99b556-30cc-45a3-9d10-7efc909c2685/?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": "MIL (C Burnes)",
                "amount": 6434.0
            },
            {
                "team": "CIN (G Ashcraft)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9200.28,
        "profit_sb": 200.28,
        "profit_sb_percentage": 2.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "7a3e4769-7f8f-483d-9750-5d9ce8d5101b",
            "gambit_id": "1f2ab7fb-aa35-43df-bb59-8bae7962b6a4",
            "last_updated": "2022-09-25T21:51:57.780042-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (C Burnes)",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f10c5319-4121-4d39-93f2-119b8d8dbfa7/?format=api"
        },
        {
            "id": "954c95b1-d811-4b80-b5d4-6960714bffb3",
            "gambit_id": "a5d7f3ce-ec1f-470b-a214-39ac303671e7",
            "last_updated": "2022-09-25T21:51:57.782999-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN (G Ashcraft)",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f10c5319-4121-4d39-93f2-119b8d8dbfa7/?format=api"
        }
    ]
}