GET /api/bet_types/1e07eb2b-1038-40ff-a030-e52aa9e46891/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e07eb2b-1038-40ff-a030-e52aa9e46891",
    "match": "https://api-prod.gambitprofit.com/api/matches/bfb6d038-77d1-47bc-ad67-205aec9cda85/?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": "Minnesota Vikings",
                "amount": 5208.0
            },
            {
                "team": "Washington Commanders",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "f8b377dc-4396-4b4b-a68e-a411aca9fbe4",
            "gambit_id": "04af0d4e-7b10-4b20-8f24-0a7865887077",
            "last_updated": "2022-11-07T09:58:49.942014-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e07eb2b-1038-40ff-a030-e52aa9e46891/?format=api"
        },
        {
            "id": "5476f3d3-cedb-4217-9bd0-ed8ae245deb8",
            "gambit_id": "736dbcfc-5481-4ff5-99e4-a367b59365d2",
            "last_updated": "2022-11-07T09:58:49.941021-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Commanders",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e07eb2b-1038-40ff-a030-e52aa9e46891/?format=api"
        }
    ]
}