GET /api/bet_types/16399b27-88ce-42ed-bc11-6a9cd2e4a62b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "16399b27-88ce-42ed-bc11-6a9cd2e4a62b",
    "match": "https://api-prod.gambitprofit.com/api/matches/197b9c1a-d8fe-4109-8a72-cfce08f14efe/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-09T12:18:07.224690-04: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": "PIT",
                "amount": 5688.0
            },
            {
                "team": "ARI",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3ea1982-f47f-4dbf-85e2-f84cf3a3dafb",
            "gambit_id": "5904f6c4-cc24-4f7e-a5aa-c516eeb6f14f",
            "last_updated": "2023-07-10T18:23:19.284253-04:00",
            "created_at": "2023-07-09T12:18:07.226407-04:00",
            "name": "PIT",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16399b27-88ce-42ed-bc11-6a9cd2e4a62b/?format=api"
        },
        {
            "id": "decff160-f6d7-428a-ae0b-07dc0eef1989",
            "gambit_id": "61191426-4140-4354-aeba-f7ce2ab62e7b",
            "last_updated": "2023-07-10T18:23:19.285941-04:00",
            "created_at": "2023-07-09T12:18:07.228515-04:00",
            "name": "ARI",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16399b27-88ce-42ed-bc11-6a9cd2e4a62b/?format=api"
        }
    ]
}