GET /api/bet_types/86e4ec09-4413-4226-b290-2b873148f06a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86e4ec09-4413-4226-b290-2b873148f06a",
    "match": "https://api-prod.gambitprofit.com/api/matches/445def48-ed8b-458b-8271-5fcadd9d0180/?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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0d5ca92c-623f-4567-9bd1-fe1ce1ad69c1",
            "gambit_id": "401bcc21-35b7-4bc4-a6e0-204b59a8a403",
            "last_updated": "2022-12-18T09:52:30.971706-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86e4ec09-4413-4226-b290-2b873148f06a/?format=api"
        },
        {
            "id": "23ca6f3f-80fd-43ea-a320-e4a308883ba6",
            "gambit_id": "4d86c8e4-13f3-49c2-b46b-d498a33fb1a7",
            "last_updated": "2022-12-18T09:52:30.972720-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86e4ec09-4413-4226-b290-2b873148f06a/?format=api"
        }
    ]
}