GET /api/bet_types/657ac540-a9c0-4954-8ff4-6431e327431c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "657ac540-a9c0-4954-8ff4-6431e327431c",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ea10682-69c5-4e48-a314-3ec04c0faa95/?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": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b625667a-646a-4cae-bde4-571056a26f13",
            "gambit_id": "a1a15a4a-8973-4661-8a49-26ddd22bba17",
            "last_updated": "2022-11-14T15:07:44.067598-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/657ac540-a9c0-4954-8ff4-6431e327431c/?format=api"
        },
        {
            "id": "e208aa7b-26d7-4991-8ae1-6d520b6a6916",
            "gambit_id": "df9f3689-0d2f-4c72-bf1f-1658836c63da",
            "last_updated": "2022-11-14T15:07:44.066455-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/657ac540-a9c0-4954-8ff4-6431e327431c/?format=api"
        }
    ]
}