GET /api/bet_types/2c83be1c-67ff-4055-9e20-7a7895414324/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c83be1c-67ff-4055-9e20-7a7895414324",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a5f2938-67ec-48e6-97ff-c38910492e8a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-10T08:46:52.376495-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": "Calgary Flames",
                "amount": 5867.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "87757ec4-eae3-4ba9-9e1b-19dc5a5d2254",
            "gambit_id": "76cd6dff-8a7b-4113-8f0c-54a96dfd6b7a",
            "last_updated": "2023-03-11T16:02:10.413303-05:00",
            "created_at": "2023-03-10T08:46:52.377762-05:00",
            "name": "Calgary Flames",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c83be1c-67ff-4055-9e20-7a7895414324/?format=api"
        },
        {
            "id": "cd6e05b6-4a98-4194-b0cc-97a099b4d8d1",
            "gambit_id": "f5d1cd90-a4e3-47da-b174-04dd638a18e8",
            "last_updated": "2023-03-11T16:02:10.414522-05:00",
            "created_at": "2023-03-10T08:46:52.379200-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c83be1c-67ff-4055-9e20-7a7895414324/?format=api"
        }
    ]
}