GET /api/bet_types/5c199215-b355-4d36-a534-7d9c8a301fe7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c199215-b355-4d36-a534-7d9c8a301fe7",
    "match": "https://api-prod.gambitprofit.com/api/matches/0640c02c-5eef-4e29-b297-b9107655f278/?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": "Clemson",
                "amount": 5000.0
            },
            {
                "team": "Wake Forest",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "eced58ba-b2f0-41de-bfce-9abbded5e063",
            "gambit_id": "77c21c96-5e08-4449-93e0-b24e92a84fb4",
            "last_updated": "2022-09-25T11:17:04.976100-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Clemson",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c199215-b355-4d36-a534-7d9c8a301fe7/?format=api"
        },
        {
            "id": "a87fbc1e-891f-4718-a31a-d09d4b1ed0aa",
            "gambit_id": "243ff38c-9423-48f3-9aa1-df5a405b6b06",
            "last_updated": "2022-09-25T11:17:04.975086-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wake Forest",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c199215-b355-4d36-a534-7d9c8a301fe7/?format=api"
        }
    ]
}