GET /api/bet_types/ceaba5de-76a2-4688-96ed-0b826ddbf0cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ceaba5de-76a2-4688-96ed-0b826ddbf0cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/e82af76e-76b2-4de8-ba0a-13cd6d6aa658/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-30T10:27:09.194234-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": "Pittsburgh",
                "amount": 5000.0
            },
            {
                "team": "UCLA",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "854fd79d-ad76-465b-a15e-6eafd2a34632",
            "gambit_id": "54ea4f18-5d3b-4dd0-accc-30cf0966709a",
            "last_updated": "2022-12-31T11:02:03.735412-05:00",
            "created_at": "2022-12-30T10:27:09.195436-05:00",
            "name": "Pittsburgh",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ceaba5de-76a2-4688-96ed-0b826ddbf0cf/?format=api"
        },
        {
            "id": "66a3f8e8-2b08-4ebe-954b-7d0c37c73228",
            "gambit_id": "f7da97cd-f404-47d1-904c-aa0718120ed7",
            "last_updated": "2022-12-31T11:02:03.736591-05:00",
            "created_at": "2022-12-30T10:27:09.196715-05:00",
            "name": "UCLA",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ceaba5de-76a2-4688-96ed-0b826ddbf0cf/?format=api"
        }
    ]
}