GET /api/bet_types/c06dd461-6732-4657-a906-de98fd17a4f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c06dd461-6732-4657-a906-de98fd17a4f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/d854556b-1d7a-4cce-873b-c0bc1a1a2841/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-29T09:23:08.627351-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": "MIL",
                "amount": 6324.0
            },
            {
                "team": "CHC",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "e5a554d2-83c0-43de-8dba-2942540c02ce",
            "gambit_id": "aaff3ba2-45d3-482a-a6c8-02c04ed2c422",
            "last_updated": "2023-09-30T10:48:12.308676-04:00",
            "created_at": "2023-09-29T09:23:08.637130-04:00",
            "name": "MIL",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c06dd461-6732-4657-a906-de98fd17a4f1/?format=api"
        },
        {
            "id": "8d545758-05fa-4b68-97af-885cbe0e5190",
            "gambit_id": "2a056e52-cb63-444f-b685-94004d2beb5f",
            "last_updated": "2023-09-30T10:48:12.305457-04:00",
            "created_at": "2023-09-29T09:23:08.632117-04:00",
            "name": "CHC",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c06dd461-6732-4657-a906-de98fd17a4f1/?format=api"
        }
    ]
}