GET /api/bet_types/48518828-190a-4eeb-b633-9f9c5212338b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48518828-190a-4eeb-b633-9f9c5212338b",
    "match": "https://api-prod.gambitprofit.com/api/matches/dcc6ff17-d54c-4b24-9d68-d6340c6cecda/?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": "PHI",
                "amount": 5945.0
            },
            {
                "team": "HOU",
                "amount": 4055.0
            }
        ],
        "expected_reward_tokens": 9569.8,
        "profit_sb": 69.8,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "3406104b-a299-4805-a380-938ad15ab6ae",
            "gambit_id": "416713fc-2516-400f-853f-463a8878dba4",
            "last_updated": "2022-12-24T17:12:10.486244-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48518828-190a-4eeb-b633-9f9c5212338b/?format=api"
        },
        {
            "id": "373fdb6c-b267-4e6b-be81-eb57c3f24623",
            "gambit_id": "626141ee-3c6c-4e6b-bcde-f95040c9e3d7",
            "last_updated": "2022-12-24T17:12:10.485109-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48518828-190a-4eeb-b633-9f9c5212338b/?format=api"
        }
    ]
}