GET /api/bet_types/9b79840e-5d57-4529-84fe-3612c4170bbc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b79840e-5d57-4529-84fe-3612c4170bbc",
    "match": "https://api-prod.gambitprofit.com/api/matches/77d1ee34-81eb-4070-87d9-9ed0359d600a/?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": "TEX",
                "amount": 5511.0
            },
            {
                "team": "HOU",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": 202.45,
        "profit_sb_percentage": 2.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "b17f8b16-a0e5-45bb-84f0-eff7144a35cd",
            "gambit_id": "628b3575-4807-4968-ab95-1b001f992f29",
            "last_updated": "2022-08-10T10:11:56.378076-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX",
            "reward": "1.67000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b79840e-5d57-4529-84fe-3612c4170bbc/?format=api"
        },
        {
            "id": "5dff0ad4-223b-4f33-b043-33b5693a66ca",
            "gambit_id": "6e46ab8d-a4fe-496d-950e-e0e1051cadc4",
            "last_updated": "2022-08-10T10:11:56.377587-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "2.05000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b79840e-5d57-4529-84fe-3612c4170bbc/?format=api"
        }
    ]
}