GET /api/bet_types/ae210b7e-79da-4659-a5ed-c8621b58d15d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae210b7e-79da-4659-a5ed-c8621b58d15d",
    "match": "https://api-prod.gambitprofit.com/api/matches/23b51ce9-3258-4c5f-bf4e-5b57722850fc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-02T09:33:14.275995-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": "CLE",
                "amount": 5939.0
            },
            {
                "team": "TAM",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "b1cd48d7-d72e-4bc6-9be4-02114a1853f8",
            "gambit_id": "8c8a3ce5-eec8-4140-be56-fef04964ab48",
            "last_updated": "2023-09-04T12:53:28.682446-04:00",
            "created_at": "2023-09-02T09:33:14.283689-04:00",
            "name": "CLE",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae210b7e-79da-4659-a5ed-c8621b58d15d/?format=api"
        },
        {
            "id": "e0aa7d8d-07b8-479b-ae3c-61af175f9182",
            "gambit_id": "86ca16ca-b767-4c42-967d-9465cb9150d5",
            "last_updated": "2023-09-04T12:53:28.678557-04:00",
            "created_at": "2023-09-02T09:33:14.279499-04:00",
            "name": "TAM",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae210b7e-79da-4659-a5ed-c8621b58d15d/?format=api"
        }
    ]
}