GET /api/bet_types/61e1d140-cf10-4cdc-8fca-56edccb09b19/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61e1d140-cf10-4cdc-8fca-56edccb09b19",
    "match": "https://api-prod.gambitprofit.com/api/matches/a76a179b-f84b-4698-991a-36996bc3b035/?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": "Miami Dolphins",
                "amount": 5207.0
            },
            {
                "team": "New England Patriots",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "1a37ff5c-c40a-4b6d-bdcf-f9ccd94e1938",
            "gambit_id": "38197bd4-26a9-47fd-b27a-d6930d0f902e",
            "last_updated": "2022-09-12T10:17:27.111553-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Dolphins",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61e1d140-cf10-4cdc-8fca-56edccb09b19/?format=api"
        },
        {
            "id": "14abb90d-51c9-4f16-9c22-996a4daa214b",
            "gambit_id": "c5e67028-b53a-4ffb-9ed8-e9d5c3e6ae3c",
            "last_updated": "2022-09-12T10:17:27.112592-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Patriots",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61e1d140-cf10-4cdc-8fca-56edccb09b19/?format=api"
        }
    ]
}