GET /api/bet_types/ca6c96d3-a479-499b-ad7a-9e244cff1bc8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca6c96d3-a479-499b-ad7a-9e244cff1bc8",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6ca7013-1881-476b-95c5-43d6d71bf257/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-22T09:13:17.603499-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": "Pittsburgh Steelers",
                "amount": 5000.0
            },
            {
                "team": "Cincinnati Bengals",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "15f05b70-a6fb-43a1-83f5-b2d72140e3cc",
            "gambit_id": "a613520a-e077-40d4-a5c6-dddcac5c427b",
            "last_updated": "2023-11-27T20:13:14.345145-05:00",
            "created_at": "2023-11-22T09:13:17.607179-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca6c96d3-a479-499b-ad7a-9e244cff1bc8/?format=api"
        },
        {
            "id": "101f8096-d0da-42a3-b384-da9c63020e2f",
            "gambit_id": "94a725a6-2495-4a0f-a48b-c2f9a94f924a",
            "last_updated": "2023-11-27T20:13:14.348666-05:00",
            "created_at": "2023-11-22T09:13:17.610942-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca6c96d3-a479-499b-ad7a-9e244cff1bc8/?format=api"
        }
    ]
}