GET /api/bet_types/ce0eb298-5cbc-4ece-9d17-73a62159da09/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce0eb298-5cbc-4ece-9d17-73a62159da09",
    "match": "https://api-prod.gambitprofit.com/api/matches/772767f6-7cfa-43dc-85fd-0603b8c82b39/?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": "Colorado Avalanche",
                "amount": 6114.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9170.96,
        "profit_sb": 170.96,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "ae8618b6-d562-4857-b949-d2edc823e593",
            "gambit_id": "78cac6ed-6096-45dc-a82c-ccd295e7e503",
            "last_updated": "2022-12-03T10:27:33.117127-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce0eb298-5cbc-4ece-9d17-73a62159da09/?format=api"
        },
        {
            "id": "815ccdd9-86c3-4f91-b43a-60871f3779b1",
            "gambit_id": "cb08c306-8417-47c0-8179-eb9a3ffe49c1",
            "last_updated": "2022-12-03T10:27:33.115963-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce0eb298-5cbc-4ece-9d17-73a62159da09/?format=api"
        }
    ]
}