GET /api/bet_types/729f4e44-6904-4bf7-ab47-3754d2fff162/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "729f4e44-6904-4bf7-ab47-3754d2fff162",
    "match": "https://api-prod.gambitprofit.com/api/matches/a19b49f0-2ffe-4bc3-b6cf-6a54421739bd/?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": "ARI",
                "amount": 5842.0
            },
            {
                "team": "STL",
                "amount": 4158.0
            }
        ],
        "expected_reward_tokens": 9230.36,
        "profit_sb": 230.36,
        "profit_sb_percentage": 2.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "eb9b83e0-8d4e-4a35-914d-3034c91265f3",
            "gambit_id": "2c53a10b-0f4f-4c99-bcd9-8b0609c74b78",
            "last_updated": "2022-08-22T09:41:59.492977-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "1.58000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/729f4e44-6904-4bf7-ab47-3754d2fff162/?format=api"
        },
        {
            "id": "926fcb2d-8824-4c2b-83bc-ae813ad6ad52",
            "gambit_id": "bc100278-5f15-4845-86a5-8fb3510a7145",
            "last_updated": "2022-08-22T09:41:59.492507-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "2.22000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/729f4e44-6904-4bf7-ab47-3754d2fff162/?format=api"
        }
    ]
}