GET /api/bet_types/5a1bf304-eeec-43ae-a3be-2d44d3393c9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a1bf304-eeec-43ae-a3be-2d44d3393c9c",
    "match": "https://api-prod.gambitprofit.com/api/matches/407af7d4-7f00-4073-9f8f-326506bc2674/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-08T08:28:06.988349-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": "DET",
                "amount": 6090.0
            },
            {
                "team": "MIN",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "eef81c8c-5740-44db-8eae-654f96d71f8e",
            "gambit_id": "1668f0c3-57c9-4e6f-b5ec-9d32bc069509",
            "last_updated": "2023-08-10T10:23:24.259512-04:00",
            "created_at": "2023-08-08T08:28:06.997138-04:00",
            "name": "DET",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a1bf304-eeec-43ae-a3be-2d44d3393c9c/?format=api"
        },
        {
            "id": "933e8bc8-24fd-4555-b656-7c83acb5f997",
            "gambit_id": "25c1c2eb-021f-4a8b-a053-5bac83ca2535",
            "last_updated": "2023-08-10T10:23:24.255785-04:00",
            "created_at": "2023-08-08T08:28:06.992612-04:00",
            "name": "MIN",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a1bf304-eeec-43ae-a3be-2d44d3393c9c/?format=api"
        }
    ]
}