GET /api/bet_types/0d5837bf-7d2c-42ef-98a0-209498f88346/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d5837bf-7d2c-42ef-98a0-209498f88346",
    "match": "https://api-prod.gambitprofit.com/api/matches/c67c5249-fe60-43e1-90d0-272fb1d13baa/?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": "Georgia",
                "amount": 7346.0
            },
            {
                "team": "Tennessee",
                "amount": 2654.0
            }
        ],
        "expected_reward_tokens": 9182.5,
        "profit_sb": 182.5,
        "profit_sb_percentage": 2.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "c24c3ec2-825d-4fdd-9da3-5b5e324071d8",
            "gambit_id": "db30a546-a272-431b-b88e-b794242e1b55",
            "last_updated": "2022-11-06T08:08:45.978515-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia",
            "reward": "1.25000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d5837bf-7d2c-42ef-98a0-209498f88346/?format=api"
        },
        {
            "id": "9791f7fb-8e4c-479d-a0ed-1faf3dce4d05",
            "gambit_id": "faf446f5-7a50-4f06-a91b-c6404c144122",
            "last_updated": "2022-11-06T08:08:45.979495-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee",
            "reward": "3.46000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d5837bf-7d2c-42ef-98a0-209498f88346/?format=api"
        }
    ]
}