GET /api/bet_types/cf8f9298-86ce-4a15-b508-9d064f5aa3b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf8f9298-86ce-4a15-b508-9d064f5aa3b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/428fb765-c790-4694-8164-b442fbac2465/?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": "NC Central",
                "amount": 5000.0
            },
            {
                "team": "Jackson State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9940b5e8-5f89-47ab-a6bb-1862d92f0ace",
            "gambit_id": "a189ceb7-f68d-471d-9d8d-c5c61c0fe94b",
            "last_updated": "2022-12-18T09:47:22.871422-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NC Central",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf8f9298-86ce-4a15-b508-9d064f5aa3b7/?format=api"
        },
        {
            "id": "593bb134-a6ce-44de-9b93-44b4130047ba",
            "gambit_id": "2a573bde-921a-4aca-a25e-fb6df2869ef5",
            "last_updated": "2022-12-18T09:47:22.872650-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jackson State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf8f9298-86ce-4a15-b508-9d064f5aa3b7/?format=api"
        }
    ]
}