GET /api/bet_types/cd8edeba-e399-4526-b387-2c3db040040a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd8edeba-e399-4526-b387-2c3db040040a",
    "match": "https://api-prod.gambitprofit.com/api/matches/af578c2b-64b3-4580-937c-dc267caacd64/?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": "New Mexico State",
                "amount": 5204.0
            },
            {
                "team": "Nevada",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "4b07209c-8c42-40b5-8ae7-c7239f035534",
            "gambit_id": "e66064e4-84c9-4712-887c-497dfabc731f",
            "last_updated": "2022-08-28T11:27:16.385781-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Mexico State",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd8edeba-e399-4526-b387-2c3db040040a/?format=api"
        },
        {
            "id": "3d76b5d6-66a6-4fe4-9b3b-37a020ca1dda",
            "gambit_id": "57be1ba7-ae15-472e-bc73-2e02492d9a16",
            "last_updated": "2022-08-28T11:27:16.386272-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nevada",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd8edeba-e399-4526-b387-2c3db040040a/?format=api"
        }
    ]
}