GET /api/bet_types/9165f072-9cd1-4533-a883-8314409b4050/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9165f072-9cd1-4533-a883-8314409b4050",
    "match": "https://api-prod.gambitprofit.com/api/matches/eee1f642-2e66-44d7-9b48-149523f53ece/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Ohio State",
                "amount": 5109.0
            },
            {
                "team": "Notre Dame",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "4ceb883a-c83a-4e9a-bcd5-c9ca9bd2d4ab",
            "gambit_id": "0fe54f08-c5d3-492f-bf3a-56221b1de725",
            "last_updated": "2022-09-05T09:32:19.369372-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio State",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "-17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9165f072-9cd1-4533-a883-8314409b4050/?format=api"
        },
        {
            "id": "ecfd4602-e8d3-4b41-bda1-b0b82adc2674",
            "gambit_id": "f1882768-b9ee-4d8c-b46f-3a9d531994c9",
            "last_updated": "2022-09-05T09:32:19.370593-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Notre Dame",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9165f072-9cd1-4533-a883-8314409b4050/?format=api"
        }
    ]
}