GET /api/bet_types/6c7de669-0f91-45c4-89e9-47a137129277/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c7de669-0f91-45c4-89e9-47a137129277",
    "match": "https://api-prod.gambitprofit.com/api/matches/ed16df24-cd0c-4a7c-b6cb-1d1f39842a23/?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": 5780.0
            },
            {
                "team": "HOU",
                "amount": 4220.0
            }
        ],
        "expected_reward_tokens": 9537.0,
        "profit_sb": 37.0,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "ef304128-8223-4fdf-95f7-290b59aa9f77",
            "gambit_id": "ce21703b-ad06-4273-b080-f4c5bcee3f1c",
            "last_updated": "2022-12-24T17:12:21.452791-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c7de669-0f91-45c4-89e9-47a137129277/?format=api"
        },
        {
            "id": "1a143168-29ec-43e2-98e1-7c71d34c58bb",
            "gambit_id": "4d74fb01-25ed-4c48-bb7f-089066343a6b",
            "last_updated": "2022-12-24T17:12:21.453901-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c7de669-0f91-45c4-89e9-47a137129277/?format=api"
        }
    ]
}