GET /api/bet_types/160af9c8-c65f-4b12-a617-60d915ae46a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "160af9c8-c65f-4b12-a617-60d915ae46a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/06f72b66-2171-4b80-853d-1d8045c31a91/?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": "MIA",
                "amount": 5838.0
            },
            {
                "team": "ATL",
                "amount": 4162.0
            }
        ],
        "expected_reward_tokens": 9281.26,
        "profit_sb": 281.26,
        "profit_sb_percentage": 3.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "3ed7c732-f62f-4828-87fb-4f161a83827c",
            "gambit_id": "6df0fe7d-1e40-40c2-b87d-50e80a7454d3",
            "last_updated": "2022-08-14T13:51:58.975011-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "1.59000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/160af9c8-c65f-4b12-a617-60d915ae46a6/?format=api"
        },
        {
            "id": "f7568414-04ed-4474-9b83-f0ef459671cf",
            "gambit_id": "468d663b-706c-4684-a20f-d709190c7d2d",
            "last_updated": "2022-08-14T13:51:58.975391-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "2.23000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/160af9c8-c65f-4b12-a617-60d915ae46a6/?format=api"
        }
    ]
}