GET /api/bet_types/0666d45b-8650-4dff-bbbf-029b2154846f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0666d45b-8650-4dff-bbbf-029b2154846f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f34aec01-a345-42c4-a9e0-1aa8e248c717/?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": "Phoenix Suns D.N.B",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks D.N.B",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "4fca72bf-483f-4c57-8b37-e65a2eb32353",
            "gambit_id": "56865b96-c6af-4d7e-9c5b-256295efa1be",
            "last_updated": "2022-10-20T09:26:58.118225-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns D.N.B",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0666d45b-8650-4dff-bbbf-029b2154846f/?format=api"
        },
        {
            "id": "b3eb2aa3-cce2-4b35-9351-97d2fe305c83",
            "gambit_id": "62b583c6-1384-480c-b1ca-ceb268ea460c",
            "last_updated": "2022-10-20T09:26:58.119219-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks D.N.B",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0666d45b-8650-4dff-bbbf-029b2154846f/?format=api"
        }
    ]
}