GET /api/bet_types/f6b635c5-8e7a-496f-b381-5b878c157ac4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6b635c5-8e7a-496f-b381-5b878c157ac4",
    "match": "https://api-prod.gambitprofit.com/api/matches/0620bcf0-af45-46d3-91f2-61c6022a08f3/?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": "LOS (C Kershaw)",
                "amount": 6675.0
            },
            {
                "team": "SFO (A Cobb)",
                "amount": 3325.0
            }
        ],
        "expected_reward_tokens": 9276.75,
        "profit_sb": 276.75,
        "profit_sb_percentage": 3.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "c29ce811-6f1c-49d7-911a-47372410f2e7",
            "gambit_id": "0dd6b316-9fa8-4fe7-8249-e487000a296c",
            "last_updated": "2022-09-08T10:22:14.532829-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (C Kershaw)",
            "reward": "1.39000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6b635c5-8e7a-496f-b381-5b878c157ac4/?format=api"
        },
        {
            "id": "e9244962-0dda-4949-ba7e-e11d39357493",
            "gambit_id": "9b21bda8-a013-4f07-b7b6-dd211230640f",
            "last_updated": "2022-09-08T10:22:14.533895-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO (A Cobb)",
            "reward": "2.79000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6b635c5-8e7a-496f-b381-5b878c157ac4/?format=api"
        }
    ]
}