GET /api/bet_types/64b598b3-ad2c-4f6c-98b1-76c842f81868/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "64b598b3-ad2c-4f6c-98b1-76c842f81868",
    "match": "https://api-prod.gambitprofit.com/api/matches/596205ba-5512-493e-a195-a7802c5053ce/?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": "Florida",
                "amount": 6601.0
            },
            {
                "team": "Kentucky",
                "amount": 3399.0
            }
        ],
        "expected_reward_tokens": 9175.39,
        "profit_sb": 175.39,
        "profit_sb_percentage": 1.95,
        "recommended": true
    },
    "lines": [
        {
            "id": "05fb2024-2e85-4d76-8918-698b190cb35b",
            "gambit_id": "8b197153-0143-4b89-98b9-12d107594485",
            "last_updated": "2022-09-11T10:02:06.844990-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida",
            "reward": "1.39000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64b598b3-ad2c-4f6c-98b1-76c842f81868/?format=api"
        },
        {
            "id": "e9584680-d55f-435c-937d-0f4bfcc2852e",
            "gambit_id": "4f123713-a6f6-4b73-b013-65979dae2455",
            "last_updated": "2022-09-11T10:02:06.846014-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kentucky",
            "reward": "2.70000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64b598b3-ad2c-4f6c-98b1-76c842f81868/?format=api"
        }
    ]
}