GET /api/bet_types/48460d5c-28b2-40ea-9384-ea2efa8bb716/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48460d5c-28b2-40ea-9384-ea2efa8bb716",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb151337-cdd6-47cc-9af9-5ceb8370c547/?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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b0910017-e0f0-411a-bfc4-87f668dd9766",
            "gambit_id": "9d170978-03b9-4195-b48b-9ed4d1896bd5",
            "last_updated": "2022-12-15T10:52:00.741366-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48460d5c-28b2-40ea-9384-ea2efa8bb716/?format=api"
        },
        {
            "id": "108e9f95-b07f-45ab-94f6-a0e05e848453",
            "gambit_id": "b6673879-8d7a-4f68-8ea1-0e3cbced7a44",
            "last_updated": "2022-12-15T10:52:00.742446-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48460d5c-28b2-40ea-9384-ea2efa8bb716/?format=api"
        }
    ]
}