GET /api/bet_types/4db6fe25-07f4-4b5a-bf77-bc9cd074231a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4db6fe25-07f4-4b5a-bf77-bc9cd074231a",
    "match": "https://api-prod.gambitprofit.com/api/matches/65cc7456-8fca-4d06-8349-1bd98eea4f4f/?format=api",
    "name": "Play the Odds",
    "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": "Detroit Red Wings",
                "amount": 6170.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "b29dcafb-41de-4282-a762-d779dfabe58a",
            "gambit_id": "ca08f76a-d947-4b4b-b9fd-f52c0dc1ded4",
            "last_updated": "2022-11-29T10:27:09.432507-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4db6fe25-07f4-4b5a-bf77-bc9cd074231a/?format=api"
        },
        {
            "id": "40c2f154-a9be-4d4a-95cd-6951f8d9487d",
            "gambit_id": "37113f98-4ac8-4f39-b98e-6d7534e01991",
            "last_updated": "2022-11-29T10:27:09.433478-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4db6fe25-07f4-4b5a-bf77-bc9cd074231a/?format=api"
        }
    ]
}