GET /api/bet_types/7e7d8377-702e-4413-8f50-0bce5429566a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e7d8377-702e-4413-8f50-0bce5429566a",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1f01ff8-07f8-468a-82a7-a917b2bc4c2e/?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": "William Gomis",
                "amount": 6499.0
            },
            {
                "team": "Jarno Errens",
                "amount": 3501.0
            }
        ],
        "expected_reward_tokens": 9032.58,
        "profit_sb": 32.58,
        "profit_sb_percentage": 0.36,
        "recommended": true
    },
    "lines": [
        {
            "id": "ace9540e-3643-418a-88be-fc0c4afe3612",
            "gambit_id": "48ea04f6-1cc4-49ef-9bc2-28bc34978eb2",
            "last_updated": "2022-09-05T10:32:06.780178-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "William Gomis",
            "reward": "1.39000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e7d8377-702e-4413-8f50-0bce5429566a/?format=api"
        },
        {
            "id": "153678f5-ce17-4fc7-9f93-f47c79a778bb",
            "gambit_id": "c1332030-20b8-4ea0-b44d-43b27c7f4f92",
            "last_updated": "2022-09-05T10:32:06.781144-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jarno Errens",
            "reward": "2.58000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e7d8377-702e-4413-8f50-0bce5429566a/?format=api"
        }
    ]
}