GET /api/bet_types/cea68a7b-4ffa-47ef-9f2c-a1f02e1c0776/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cea68a7b-4ffa-47ef-9f2c-a1f02e1c0776",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad567689-554b-44dd-856c-4595d0f5539c/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "TAM",
                "amount": 5676.0
            },
            {
                "team": "MIL",
                "amount": 4324.0
            }
        ],
        "expected_reward_tokens": 9251.88,
        "profit_sb": 251.88,
        "profit_sb_percentage": 2.8,
        "recommended": true
    },
    "lines": [
        {
            "id": "e2edd8a5-6148-435a-b752-dd6155ca5e25",
            "gambit_id": "392e99e8-a9fa-4445-a5ec-0ecf88d48806",
            "last_updated": "2022-08-10T10:06:56.630937-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM",
            "reward": "1.63000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cea68a7b-4ffa-47ef-9f2c-a1f02e1c0776/?format=api"
        },
        {
            "id": "7b0de232-b0f1-4252-a4b2-82e16e629fe5",
            "gambit_id": "216c6eb3-50e1-444a-9fa5-b436a0eda9c2",
            "last_updated": "2022-08-10T10:06:56.631400-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "2.14000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cea68a7b-4ffa-47ef-9f2c-a1f02e1c0776/?format=api"
        }
    ]
}