GET /api/bet_types/4c19b200-ba7f-4cc5-b063-26283b7c19d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c19b200-ba7f-4cc5-b063-26283b7c19d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/2deceee3-e8a7-438d-bf02-a2e57fa6efa1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-05T08:33:19.761977-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": "MIL",
                "amount": 5319.0
            },
            {
                "team": "PIT",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "693d9a28-e4ef-429c-b125-1ba2687a482c",
            "gambit_id": "8078d836-494f-4e73-bc92-63c13a7b91db",
            "last_updated": "2023-08-07T14:53:06.607032-04:00",
            "created_at": "2023-08-05T08:33:19.771398-04:00",
            "name": "MIL",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c19b200-ba7f-4cc5-b063-26283b7c19d5/?format=api"
        },
        {
            "id": "701b287a-5fa6-4190-bc2b-52131f2c906f",
            "gambit_id": "82ecbc1c-ea68-4f14-b2f6-6af1d6c80b5a",
            "last_updated": "2023-08-07T14:53:06.603601-04:00",
            "created_at": "2023-08-05T08:33:19.766806-04:00",
            "name": "PIT",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c19b200-ba7f-4cc5-b063-26283b7c19d5/?format=api"
        }
    ]
}