GET /api/bet_types/12898d58-f384-4035-95e4-083f391d9202/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12898d58-f384-4035-95e4-083f391d9202",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc7d4331-b1b1-4b54-bba6-bbf4c47381da/?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": "Nashville Predators",
                "amount": 6786.0
            },
            {
                "team": "New York Rangers",
                "amount": 3214.0
            }
        ],
        "expected_reward_tokens": 9159.9,
        "profit_sb": 159.9,
        "profit_sb_percentage": 1.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "aa5ecbc9-d567-4c8e-8f9a-eec7c5c7e32c",
            "gambit_id": "511937d1-50b6-4907-9872-8d0a4ff14189",
            "last_updated": "2022-11-14T10:58:10.679688-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "1.35000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12898d58-f384-4035-95e4-083f391d9202/?format=api"
        },
        {
            "id": "20666453-9df3-4daa-b582-f6531c2cc8ac",
            "gambit_id": "835db758-ebcd-4e09-9eb2-46b85d7adc3c",
            "last_updated": "2022-11-14T10:58:10.680855-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "2.85000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12898d58-f384-4035-95e4-083f391d9202/?format=api"
        }
    ]
}