GET /api/bet_types/1b027726-e106-4a26-bac1-7bd3c6d2f781/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b027726-e106-4a26-bac1-7bd3c6d2f781",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d0f801b-94ce-456d-b8ab-5d1f446b11c1/?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 Jose Sharks",
                "amount": 6825.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 3175.0
            }
        ],
        "expected_reward_tokens": 9144.0,
        "profit_sb": 144.0,
        "profit_sb_percentage": 1.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "a7c0b74a-4208-4804-a639-bb61d699cf0c",
            "gambit_id": "2b87e8b5-f196-4f00-ad96-9e92d81a2020",
            "last_updated": "2022-11-30T09:47:20.218562-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "1.34000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b027726-e106-4a26-bac1-7bd3c6d2f781/?format=api"
        },
        {
            "id": "788153dd-12d9-435d-8373-f763937f0d88",
            "gambit_id": "5b67a5a0-7dbd-4b3e-ba0e-02396814b2da",
            "last_updated": "2022-11-30T09:47:20.217365-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.88000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b027726-e106-4a26-bac1-7bd3c6d2f781/?format=api"
        }
    ]
}