GET /api/bet_types/36469b09-6b22-43f4-9ca2-c202888cc7bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36469b09-6b22-43f4-9ca2-c202888cc7bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a33696b-2e20-44df-a0c3-9c66757df2ab/?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": "Central Florida",
                "amount": 5097.0
            },
            {
                "team": "Georgia Tech",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "7e0aa72a-dce6-43c2-bcbf-3c69afceb4ca",
            "gambit_id": "a25d9971-1965-45ff-8f69-f488101817b5",
            "last_updated": "2022-09-25T20:02:12.029693-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Central Florida",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-21.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36469b09-6b22-43f4-9ca2-c202888cc7bd/?format=api"
        },
        {
            "id": "857b0ea1-9475-4763-ac6e-9ef9125b8910",
            "gambit_id": "bea157f1-f951-4f58-9a96-5a3e05984b7f",
            "last_updated": "2022-09-25T20:02:12.030788-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Tech",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "21.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36469b09-6b22-43f4-9ca2-c202888cc7bd/?format=api"
        }
    ]
}