GET /api/bet_types/4a5365ac-56d1-4959-bda9-a32667df3abb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a5365ac-56d1-4959-bda9-a32667df3abb",
    "match": "https://api-prod.gambitprofit.com/api/matches/03c761fb-02fb-4d2a-8868-8c6704629a73/?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": "Denver Broncos",
                "amount": 5000.0
            },
            {
                "team": "Baltimore Ravens",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "09a8c149-6d62-4e4b-b0af-bf42d940b21e",
            "gambit_id": "9d12bba5-6427-49b5-90fb-3373a58db7ed",
            "last_updated": "2022-12-05T15:27:05.682496-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Broncos",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a5365ac-56d1-4959-bda9-a32667df3abb/?format=api"
        },
        {
            "id": "5a041fd0-90f6-42c8-9be1-7e8366c103e6",
            "gambit_id": "e4729953-5b35-4697-a271-8d4f1b233f02",
            "last_updated": "2022-12-05T15:27:05.681510-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a5365ac-56d1-4959-bda9-a32667df3abb/?format=api"
        }
    ]
}