GET /api/bet_types/0b934918-21a2-46e3-b1eb-31febeb94522/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b934918-21a2-46e3-b1eb-31febeb94522",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a0e690f-e62d-465e-a926-030a2e5dfe64/?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": 5753.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4247.0
            }
        ],
        "expected_reward_tokens": 9088.58,
        "profit_sb": 88.58,
        "profit_sb_percentage": 0.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "7727d629-40c4-4061-ad09-9fb9940b160f",
            "gambit_id": "ea413589-b79e-4b9d-b953-dec2829b3b69",
            "last_updated": "2022-12-03T10:27:32.797729-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b934918-21a2-46e3-b1eb-31febeb94522/?format=api"
        },
        {
            "id": "b5c14560-a2b9-4b2b-91a5-f4f45ac89acd",
            "gambit_id": "8d653488-705e-4157-b29b-3b00d0da062e",
            "last_updated": "2022-12-03T10:27:32.796569-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b934918-21a2-46e3-b1eb-31febeb94522/?format=api"
        }
    ]
}