GET /api/bet_types/2caf762f-e0ac-4298-ad89-e885f11fa650/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2caf762f-e0ac-4298-ad89-e885f11fa650",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1c9e1ae-3bf4-4a6a-9068-d379207e4d31/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-01T09:08:17.792301-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "b502f65a-915a-4b83-9818-c85528a51b7d",
            "gambit_id": "a463872b-4b5d-421f-996b-c6e16c97429d",
            "last_updated": "2023-11-03T10:28:05.102864-04:00",
            "created_at": "2023-11-01T09:08:17.800691-04:00",
            "name": "Denver Nuggets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2caf762f-e0ac-4298-ad89-e885f11fa650/?format=api"
        },
        {
            "id": "eef805d8-5e7d-4a71-a803-4956d9f788e2",
            "gambit_id": "811fc969-deb3-401c-9188-bb1de18710ef",
            "last_updated": "2023-11-03T10:28:05.106115-04:00",
            "created_at": "2023-11-01T09:08:17.810328-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2caf762f-e0ac-4298-ad89-e885f11fa650/?format=api"
        }
    ]
}