GET /api/bet_types/5b2034cd-79f6-477a-a13c-8ef978ded04b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b2034cd-79f6-477a-a13c-8ef978ded04b",
    "match": "https://api-prod.gambitprofit.com/api/matches/df9cae78-71f2-434d-a2d8-a79b2e235dba/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-07T14:11:47.980310-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": "Dallas Mavericks",
                "amount": 6399.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "3453e945-50ee-4604-b7f0-f083547bcd46",
            "gambit_id": "63c8c968-c77e-4905-8111-c5a7d651b19f",
            "last_updated": "2023-04-08T11:47:24.701579-04:00",
            "created_at": "2023-04-07T14:11:47.983268-04:00",
            "name": "Dallas Mavericks",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b2034cd-79f6-477a-a13c-8ef978ded04b/?format=api"
        },
        {
            "id": "57e73710-6f9f-4e06-81ed-7545e9b79ac8",
            "gambit_id": "f0d7217e-d6a0-4ad6-adc2-a6aae34b5d6e",
            "last_updated": "2023-04-08T11:47:24.704235-04:00",
            "created_at": "2023-04-07T14:11:47.985742-04:00",
            "name": "Chicago Bulls",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b2034cd-79f6-477a-a13c-8ef978ded04b/?format=api"
        }
    ]
}