GET /api/bet_types/abf704b3-5750-4ece-adc5-279d2e422930/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "abf704b3-5750-4ece-adc5-279d2e422930",
    "match": "https://api-prod.gambitprofit.com/api/matches/b8a774fe-a29f-425c-86da-ad171219597d/?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": "SEA (L Gilbert)",
                "amount": 6098.0
            },
            {
                "team": "KAN (K Bubic)",
                "amount": 3902.0
            }
        ],
        "expected_reward_tokens": 9207.98,
        "profit_sb": 207.98,
        "profit_sb_percentage": 2.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "690c5809-79ff-429d-af3e-111ff298db22",
            "gambit_id": "af17eb80-71ca-4b83-a601-d81c3ce55191",
            "last_updated": "2022-09-25T21:46:53.112208-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA (L Gilbert)",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abf704b3-5750-4ece-adc5-279d2e422930/?format=api"
        },
        {
            "id": "92d5eb57-cab7-4dca-92e6-a47a36950eb6",
            "gambit_id": "2e55f979-4433-40dc-a72e-e5cfe5daf9cf",
            "last_updated": "2022-09-25T21:46:53.111197-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (K Bubic)",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abf704b3-5750-4ece-adc5-279d2e422930/?format=api"
        }
    ]
}