GET /api/bet_types/d2e02f35-0af4-48b2-8981-3348b7bc2926/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d2e02f35-0af4-48b2-8981-3348b7bc2926",
    "match": "https://api-prod.gambitprofit.com/api/matches/66943032-760d-4c6a-8f0a-1ce8e57f2a86/?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": "San Francisco 49ers",
                "amount": 5106.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ea894b5-849a-4309-a3bc-b8ec77d44e44",
            "gambit_id": "54b6c4f2-ae03-4090-bd2a-8505fba57115",
            "last_updated": "2022-10-04T09:22:11.723690-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2e02f35-0af4-48b2-8981-3348b7bc2926/?format=api"
        },
        {
            "id": "92ddba38-79be-4bdf-b8d2-7f26921ed378",
            "gambit_id": "08c7ead1-9573-460c-808a-6a00eba63230",
            "last_updated": "2022-10-04T09:22:11.722600-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2e02f35-0af4-48b2-8981-3348b7bc2926/?format=api"
        }
    ]
}