GET /api/bet_types/c4f75575-391d-4b04-8923-66dcfd031a28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4f75575-391d-4b04-8923-66dcfd031a28",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1b59aa9-5fbe-43db-b366-0b46070c71f2/?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": 5000.0
            },
            {
                "team": "Iowa",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "9401f91a-a6c6-4c0a-b59c-6ac99953a35b",
            "gambit_id": "7bfc3b7e-c073-4900-accb-3bd8526b7d31",
            "last_updated": "2022-10-23T09:22:29.403814-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-30.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4f75575-391d-4b04-8923-66dcfd031a28/?format=api"
        },
        {
            "id": "fdfe6745-5d81-45ae-8302-6f976f697c63",
            "gambit_id": "f9dcc997-8f5f-4bc8-8c96-6eb50687c1a7",
            "last_updated": "2022-10-23T09:22:29.404998-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Iowa",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "30.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4f75575-391d-4b04-8923-66dcfd031a28/?format=api"
        }
    ]
}