GET /api/bet_types/fc0ad791-78cf-4c11-84e3-f8333516e406/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc0ad791-78cf-4c11-84e3-f8333516e406",
    "match": "https://api-prod.gambitprofit.com/api/matches/51aaab80-d640-4c24-a67b-64a8615b9f93/?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": "HOU",
                "amount": 5911.0
            },
            {
                "team": "OAK",
                "amount": 4089.0
            }
        ],
        "expected_reward_tokens": 9280.27,
        "profit_sb": 280.27,
        "profit_sb_percentage": 3.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "19fbb9d9-86e4-4c3f-8f24-cb864befc917",
            "gambit_id": "31e9bd15-2315-43b1-886c-06fe22e4a29e",
            "last_updated": "2022-08-13T10:47:08.328739-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "1.57000",
            "odds": "1.62500",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc0ad791-78cf-4c11-84e3-f8333516e406/?format=api"
        },
        {
            "id": "c622b855-5ba5-4db9-89a0-dac1a8ed63bf",
            "gambit_id": "991289c8-74fe-414e-9865-00a431c7355e",
            "last_updated": "2022-08-13T10:47:08.329209-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "2.27000",
            "odds": "2.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc0ad791-78cf-4c11-84e3-f8333516e406/?format=api"
        }
    ]
}