GET /api/bet_types/7419cdfc-c34d-47c8-884d-f7f06797d54f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7419cdfc-c34d-47c8-884d-f7f06797d54f",
    "match": "https://api-prod.gambitprofit.com/api/matches/27998f83-c2cc-4d3c-bad9-981c025f0b84/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-11T09:32:15.570852-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "74b34802-cdc8-401c-bd73-c27110e8e027",
            "gambit_id": "2656eb5f-fece-4e8e-b409-5f6f38dee058",
            "last_updated": "2023-03-13T10:27:14.596095-04:00",
            "created_at": "2023-03-11T09:32:15.574918-05:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7419cdfc-c34d-47c8-884d-f7f06797d54f/?format=api"
        },
        {
            "id": "9e943458-b5d2-48f3-b75d-62976eb89326",
            "gambit_id": "b80ccedc-b0d7-471d-9a16-6074ba81d358",
            "last_updated": "2023-03-13T10:27:14.594419-04:00",
            "created_at": "2023-03-11T09:32:15.572994-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7419cdfc-c34d-47c8-884d-f7f06797d54f/?format=api"
        }
    ]
}