GET /api/bet_types/e0fda77d-348d-40ec-b168-797417b222cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0fda77d-348d-40ec-b168-797417b222cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/34496507-71ef-43d4-a55d-a3542337f415/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-23T12:47:11.490617-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": "Washington Commanders",
                "amount": 5098.0
            },
            {
                "team": "San Francisco 49ers",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "7d8a017b-07d1-4f17-8ab6-ca61d054b7bc",
            "gambit_id": "0a8374d8-4e98-4070-99b7-f84eaa2097d1",
            "last_updated": "2022-12-25T18:12:07.291629-05:00",
            "created_at": "2022-12-23T12:47:11.493059-05:00",
            "name": "Washington Commanders",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0fda77d-348d-40ec-b168-797417b222cd/?format=api"
        },
        {
            "id": "a3768c33-d816-4b22-af4b-87786c49383f",
            "gambit_id": "b2a354ea-e4c2-4488-a652-c925a81a4870",
            "last_updated": "2022-12-25T18:12:07.288609-05:00",
            "created_at": "2022-12-23T12:47:11.491803-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0fda77d-348d-40ec-b168-797417b222cd/?format=api"
        }
    ]
}