GET /api/bet_types/a7abf2f5-7c16-4e8c-b9bd-e3d01b95e2b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7abf2f5-7c16-4e8c-b9bd-e3d01b95e2b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/15ecbda8-201d-40ed-a6ca-f5f3d2ba9c96/?format=api",
    "name": "Pick the Winner",
    "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": "Appalachian St",
                "amount": 5752.0
            },
            {
                "team": "North Carolina",
                "amount": 4248.0
            }
        ],
        "expected_reward_tokens": 9260.64,
        "profit_sb": 260.64,
        "profit_sb_percentage": 2.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "141910ab-70ee-4746-8a2c-c4d802eb8193",
            "gambit_id": "9ca22e91-6268-428c-8992-f268169f266e",
            "last_updated": "2022-09-05T10:02:28.471912-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Appalachian St",
            "reward": "1.61000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7abf2f5-7c16-4e8c-b9bd-e3d01b95e2b0/?format=api"
        },
        {
            "id": "b2e31bdb-89dc-4392-857e-c6015f4317eb",
            "gambit_id": "c32d9fdf-58f9-4e33-b7ec-c7370eaa88b8",
            "last_updated": "2022-09-05T10:02:28.472863-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Carolina",
            "reward": "2.18000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7abf2f5-7c16-4e8c-b9bd-e3d01b95e2b0/?format=api"
        }
    ]
}