GET /api/bet_types/59ad335f-c201-4f2a-a6fa-f5bfb4321f15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59ad335f-c201-4f2a-a6fa-f5bfb4321f15",
    "match": "https://api-prod.gambitprofit.com/api/matches/2cbe55ff-5cda-49f1-b669-a51d7ca3b9d6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-12T09:43:04.976451-04: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": "OAK",
                "amount": 6090.0
            },
            {
                "team": "WAS",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "662a8216-7317-4910-99d9-75cbc58169f3",
            "gambit_id": "9415dd7c-42b6-4c28-841a-315aa1616fb2",
            "last_updated": "2023-08-13T11:03:10.260222-04:00",
            "created_at": "2023-08-12T09:43:04.980077-04:00",
            "name": "OAK",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59ad335f-c201-4f2a-a6fa-f5bfb4321f15/?format=api"
        },
        {
            "id": "d4fc7ce0-bf3b-43cd-8436-619262a992c8",
            "gambit_id": "f4a72db0-c740-436c-9888-4a3b8e1f25d0",
            "last_updated": "2023-08-13T11:03:10.267658-04:00",
            "created_at": "2023-08-12T09:43:04.985642-04:00",
            "name": "WAS",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59ad335f-c201-4f2a-a6fa-f5bfb4321f15/?format=api"
        }
    ]
}