GET /api/bet_types/c194bad3-8c5b-450a-9d81-c8db1d46708d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c194bad3-8c5b-450a-9d81-c8db1d46708d",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c9c4719-7212-4eee-97dc-c6aab55b9884/?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": "Los Angeles Lakers",
                "amount": 5097.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "c542ce40-6ead-4017-a71a-96af4864d5eb",
            "gambit_id": "84559db4-45bb-4137-83c4-060beb640388",
            "last_updated": "2022-11-03T09:38:50.053728-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c194bad3-8c5b-450a-9d81-c8db1d46708d/?format=api"
        },
        {
            "id": "e219d2c1-e1da-4a13-9c59-13c070b78ab5",
            "gambit_id": "ff2eb52a-4f8b-43a1-9488-63f5ebed110d",
            "last_updated": "2022-11-03T09:38:50.054759-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c194bad3-8c5b-450a-9d81-c8db1d46708d/?format=api"
        }
    ]
}