GET /api/bet_types/f2b1ff6b-53b4-42aa-86fb-77cc75b84038/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2b1ff6b-53b4-42aa-86fb-77cc75b84038",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa6d508e-1ab9-4fc4-8ef5-93c7b19c1305/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-01T09:18:21.759348-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": "HOU",
                "amount": 5107.0
            },
            {
                "team": "ARI",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b876ee8b-31ce-48ea-8f63-7f226660d72b",
            "gambit_id": "18bd3229-2ef7-4428-a111-8dceee9e2038",
            "last_updated": "2023-10-03T10:03:10.438628-04:00",
            "created_at": "2023-10-01T09:18:21.763257-04:00",
            "name": "HOU",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2b1ff6b-53b4-42aa-86fb-77cc75b84038/?format=api"
        },
        {
            "id": "4afaa6df-bb3a-4f07-9ee9-b1503ba8609d",
            "gambit_id": "7b787229-92ad-4427-a279-14431ef49e99",
            "last_updated": "2023-10-03T10:03:10.444499-04:00",
            "created_at": "2023-10-01T09:18:21.768361-04:00",
            "name": "ARI",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2b1ff6b-53b4-42aa-86fb-77cc75b84038/?format=api"
        }
    ]
}