GET /api/bet_types/51e06567-8116-4439-9aca-3dfacf3aef21/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "51e06567-8116-4439-9aca-3dfacf3aef21",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c81586d-127a-4497-87c9-ca86c6e6c8c5/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-31T09:58:19.963976-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": "Nashville Predators",
                "amount": 6935.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3065.0
            }
        ],
        "expected_reward_tokens": 9500.95,
        "profit_sb": 0.95,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "ebe2185c-bf47-4cd0-9a73-2703d138106d",
            "gambit_id": "08adc28f-5756-4e6c-8433-7e21c00edd8f",
            "last_updated": "2024-02-01T10:53:01.230795-05:00",
            "created_at": "2024-01-31T09:58:19.975321-05:00",
            "name": "Nashville Predators",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51e06567-8116-4439-9aca-3dfacf3aef21/?format=api"
        },
        {
            "id": "25489546-17cb-4605-9144-4bfa7d1dece9",
            "gambit_id": "7c91fc19-8df5-4fef-949c-d7b8c98c25a8",
            "last_updated": "2024-02-01T10:53:01.227403-05:00",
            "created_at": "2024-01-31T09:58:19.968092-05:00",
            "name": "Los Angeles Kings",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51e06567-8116-4439-9aca-3dfacf3aef21/?format=api"
        }
    ]
}