GET /api/bet_types/ae37be2a-66e2-4aec-8430-e15d8382d0cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae37be2a-66e2-4aec-8430-e15d8382d0cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9f138cd-fc20-4aeb-a39f-dbdac028c3ef/?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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f4b70515-9a89-4a46-963a-0889a4ffb2cd",
            "gambit_id": "1788dc44-0340-493a-898a-a223331b2425",
            "last_updated": "2022-11-08T10:52:25.695038-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae37be2a-66e2-4aec-8430-e15d8382d0cf/?format=api"
        },
        {
            "id": "4003d05c-ac0a-4676-b7b7-18678fbcc9d7",
            "gambit_id": "ebb97cd0-6e25-4cd7-8816-c02b7b736363",
            "last_updated": "2022-11-08T10:52:25.696070-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae37be2a-66e2-4aec-8430-e15d8382d0cf/?format=api"
        }
    ]
}