GET /api/bet_types/00f9137a-4a4d-4849-937a-a70f687c67fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00f9137a-4a4d-4849-937a-a70f687c67fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/1eb5b1e1-63d6-4503-bb32-d32556145ecd/?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": "MIN",
                "amount": 5000.0
            },
            {
                "team": "HOU",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "82d4944d-c783-4f33-bff4-e6ff2d10091c",
            "gambit_id": "cea44dbd-8e48-42cd-b8b3-1499a46ba31c",
            "last_updated": "2022-08-25T10:17:08.534096-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00f9137a-4a4d-4849-937a-a70f687c67fb/?format=api"
        },
        {
            "id": "787d6338-0349-4af4-9fb3-0ee44dae9520",
            "gambit_id": "2650198f-51ab-43fb-9a3f-0fc2bf39fd32",
            "last_updated": "2022-08-25T10:17:08.533584-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00f9137a-4a4d-4849-937a-a70f687c67fb/?format=api"
        }
    ]
}