GET /api/bet_types/7243dfa0-1375-48f4-8424-21b66236580a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7243dfa0-1375-48f4-8424-21b66236580a",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0e75e31-316a-4893-aa99-8e6646567fb9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-01T19:42:14.979841-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",
                "amount": 5213.0
            },
            {
                "team": "ARI",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "451f40fb-3867-4526-87bc-ee4cbbac690e",
            "gambit_id": "0d974b98-b2d6-473f-8d39-92f97906a29a",
            "last_updated": "2023-04-03T10:01:53.761739-04:00",
            "created_at": "2023-04-01T19:42:14.981746-04:00",
            "name": "LOS",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7243dfa0-1375-48f4-8424-21b66236580a/?format=api"
        },
        {
            "id": "de475874-8b9f-4653-b7cc-d13375e18c10",
            "gambit_id": "05051c28-cbfc-4956-af1d-ed1a4fa8f2bb",
            "last_updated": "2023-04-03T10:01:53.764905-04:00",
            "created_at": "2023-04-01T19:42:14.983825-04:00",
            "name": "ARI",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7243dfa0-1375-48f4-8424-21b66236580a/?format=api"
        }
    ]
}