GET /api/bet_types/a802e63a-b9b8-4b15-b488-1dbf4a909824/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a802e63a-b9b8-4b15-b488-1dbf4a909824",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f3b3e00-c5e3-4941-98cc-a3e8c2d438ae/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-28T08:13:16.992564-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": "MIN",
                "amount": 5319.0
            },
            {
                "team": "OAK",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "ed485afb-7692-4584-a8ff-a416904f2597",
            "gambit_id": "c7803882-4640-4cb7-ae66-be1685079fb1",
            "last_updated": "2023-09-29T10:18:20.417998-04:00",
            "created_at": "2023-09-28T08:13:17.000877-04:00",
            "name": "MIN",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a802e63a-b9b8-4b15-b488-1dbf4a909824/?format=api"
        },
        {
            "id": "39884665-c23b-4ba4-bc5f-8a7f94706db6",
            "gambit_id": "60393ab0-4e8b-447a-8c48-1194ce84e5d8",
            "last_updated": "2023-09-29T10:18:20.421267-04:00",
            "created_at": "2023-09-28T08:13:16.996405-04:00",
            "name": "OAK",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a802e63a-b9b8-4b15-b488-1dbf4a909824/?format=api"
        }
    ]
}