GET /api/bet_types/a5d54295-665b-4bf1-ad0e-cd52638601b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5d54295-665b-4bf1-ad0e-cd52638601b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/bbcd2254-746b-4f74-b00f-b0466439325a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-14T09:28:05.170345-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": "Los Angeles Kings",
                "amount": 6603.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9375.72,
        "profit_sb": -124.28,
        "profit_sb_percentage": -1.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "cbc512f9-85fd-4d10-9dc1-c637d1e97aea",
            "gambit_id": "95457fa4-b199-4da9-a100-14056620c45a",
            "last_updated": "2023-10-16T17:58:29.326948-04:00",
            "created_at": "2023-10-14T09:28:05.179196-04:00",
            "name": "Los Angeles Kings",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5d54295-665b-4bf1-ad0e-cd52638601b7/?format=api"
        },
        {
            "id": "e71dabde-e2e4-401a-a11e-8ed0595c4b3a",
            "gambit_id": "5d94149e-9bad-4fdd-b5b8-b682a9250993",
            "last_updated": "2023-10-16T17:58:29.323492-04:00",
            "created_at": "2023-10-14T09:28:05.174284-04:00",
            "name": "Carolina Hurricanes",
            "reward": "2.76000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5d54295-665b-4bf1-ad0e-cd52638601b7/?format=api"
        }
    ]
}