GET /api/bet_types/94a59173-3aef-48f9-bdb7-2d78cdb3e91c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94a59173-3aef-48f9-bdb7-2d78cdb3e91c",
    "match": "https://api-prod.gambitprofit.com/api/matches/3d82600d-ca54-45ba-a226-2598cdc71623/?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": "Tulane",
                "amount": 5106.0
            },
            {
                "team": "Memphis",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "4734281b-3c55-4249-9cee-31faf6aa1b36",
            "gambit_id": "85e77569-2422-449a-bfbb-120d1eda6942",
            "last_updated": "2022-10-23T19:32:05.134645-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tulane",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94a59173-3aef-48f9-bdb7-2d78cdb3e91c/?format=api"
        },
        {
            "id": "9dbea785-d06c-4841-bfad-a6b75de90403",
            "gambit_id": "4e578d03-d0d9-486f-a4ca-7b633819f911",
            "last_updated": "2022-10-23T19:32:05.135600-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94a59173-3aef-48f9-bdb7-2d78cdb3e91c/?format=api"
        }
    ]
}