GET /api/bet_types/6435026b-b67a-414d-867a-a09053078ac9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6435026b-b67a-414d-867a-a09053078ac9",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e304cde-5cf0-4286-a738-63e889311faa/?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": "New Mexico State",
                "amount": 5000.0
            },
            {
                "team": "Hawaii",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "1c6ee26b-7766-412a-b62c-0d711cbfcdfd",
            "gambit_id": "d0e130ad-a27f-469d-92d2-912ddd48a110",
            "last_updated": "2022-09-25T21:32:24.366271-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Mexico State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6435026b-b67a-414d-867a-a09053078ac9/?format=api"
        },
        {
            "id": "6efd7267-6540-4a10-92d5-06a27b064e57",
            "gambit_id": "5330b0eb-854b-4fe2-aa92-05b9be28d7e6",
            "last_updated": "2022-09-25T21:32:24.367278-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Hawaii",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6435026b-b67a-414d-867a-a09053078ac9/?format=api"
        }
    ]
}