GET /api/bet_types/d446ecc2-e436-45db-8041-702f748f8841/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d446ecc2-e436-45db-8041-702f748f8841",
    "match": "https://api-prod.gambitprofit.com/api/matches/cae1803b-8118-45f9-a25d-6e236db79149/?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": "Memphis",
                "amount": 5000.0
            },
            {
                "team": "East Carolina",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d864145a-f1be-4631-9c9a-23b2c8d64fc1",
            "gambit_id": "95f44030-210f-472c-9af6-ffa9f0acb4f8",
            "last_updated": "2022-10-17T09:56:50.975361-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d446ecc2-e436-45db-8041-702f748f8841/?format=api"
        },
        {
            "id": "90c23060-6946-439e-9ef3-baeaac23a84f",
            "gambit_id": "34efd97a-c451-4105-b34e-71bcd0139f08",
            "last_updated": "2022-10-17T09:56:50.974396-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "East Carolina",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d446ecc2-e436-45db-8041-702f748f8841/?format=api"
        }
    ]
}