GET /api/bet_types/212d4bce-971b-43cb-9873-ce6e0b66ba82/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "212d4bce-971b-43cb-9873-ce6e0b66ba82",
    "match": "https://api-prod.gambitprofit.com/api/matches/641e5131-8aa9-480b-96c7-eede3da2cc0c/?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": "San Jose Sharks",
                "amount": 5583.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4417.0
            }
        ],
        "expected_reward_tokens": 9099.02,
        "profit_sb": 99.02,
        "profit_sb_percentage": 1.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "f8a72bae-8a24-4c60-a6df-33af46bc725f",
            "gambit_id": "ab551f19-8eb2-4681-a732-00f6d4666b56",
            "last_updated": "2022-11-07T09:02:44.688992-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/212d4bce-971b-43cb-9873-ce6e0b66ba82/?format=api"
        },
        {
            "id": "7cea8cf6-0742-4bcf-90ff-67ce1b1ef8af",
            "gambit_id": "09c1286d-d004-4486-b086-41af57e430ae",
            "last_updated": "2022-11-07T09:02:44.689939-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.06000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/212d4bce-971b-43cb-9873-ce6e0b66ba82/?format=api"
        }
    ]
}