GET /api/bet_types/3de67e73-4bd4-41f3-8097-99f5c9595346/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3de67e73-4bd4-41f3-8097-99f5c9595346",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d380d63-b993-4531-adb7-90a69c8c658d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-02T09:57:10.173872-04: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": "Orlando Magic",
                "amount": 5107.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8027be09-41f0-4877-866a-b818a57c5f86",
            "gambit_id": "12751449-2fa4-4808-9ea5-f81f71eb5a80",
            "last_updated": "2023-04-03T20:17:11.829691-04:00",
            "created_at": "2023-04-02T09:57:10.175462-04:00",
            "name": "Orlando Magic",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3de67e73-4bd4-41f3-8097-99f5c9595346/?format=api"
        },
        {
            "id": "20faefce-26c7-48d9-9cae-13091cf8a0fe",
            "gambit_id": "b3b457d6-7771-41be-bf7b-612e9d040fe3",
            "last_updated": "2023-04-03T20:17:11.833239-04:00",
            "created_at": "2023-04-02T09:57:10.177186-04:00",
            "name": "Detroit Pistons",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3de67e73-4bd4-41f3-8097-99f5c9595346/?format=api"
        }
    ]
}