GET /api/bet_types/76377032-ca48-4572-b017-5f246923712b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76377032-ca48-4572-b017-5f246923712b",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a78999f-463e-40a1-8a94-5788c3856afa/?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": "New York Islanders",
                "amount": 6563.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f3ff258-26a1-4e5b-b04b-d3b8c64b921b",
            "gambit_id": "7b16f68b-4548-457f-9751-0c240c4247d1",
            "last_updated": "2022-10-24T10:12:07.704542-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76377032-ca48-4572-b017-5f246923712b/?format=api"
        },
        {
            "id": "8e4290f1-0dc7-4d5a-b974-bdcdcaf98f10",
            "gambit_id": "104197a4-e224-4cf0-93f6-c493f77d013f",
            "last_updated": "2022-10-24T10:12:07.703549-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76377032-ca48-4572-b017-5f246923712b/?format=api"
        }
    ]
}