GET /api/bet_types/c99d9236-596c-4593-a2e3-8fc4769d62e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c99d9236-596c-4593-a2e3-8fc4769d62e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/71f3c775-77a6-412d-b32c-d150c7ac9920/?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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c21dfa42-99b6-40c9-93d8-7ff4c7e2edd8",
            "gambit_id": "eeed14de-8dc7-4e8d-a726-f502654915d0",
            "last_updated": "2022-11-12T09:13:07.756254-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c99d9236-596c-4593-a2e3-8fc4769d62e4/?format=api"
        },
        {
            "id": "c14925c4-bf97-49d9-bff5-76da9e389874",
            "gambit_id": "aa3d9168-ef46-41b6-be2e-e30797a4b96b",
            "last_updated": "2022-11-12T09:13:07.755326-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c99d9236-596c-4593-a2e3-8fc4769d62e4/?format=api"
        }
    ]
}