GET /api/bet_types/24ff1f0d-0b77-42be-8a9c-97c1d624a453/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24ff1f0d-0b77-42be-8a9c-97c1d624a453",
    "match": "https://api-prod.gambitprofit.com/api/matches/07a93a1d-4bcd-4e7e-989b-a30f04d1a3de/?format=api",
    "name": "Pick the Winner",
    "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": "Philadelphia 76ers",
                "amount": 6856.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 3144.0
            }
        ],
        "expected_reward_tokens": 9117.6,
        "profit_sb": 117.6,
        "profit_sb_percentage": 1.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "e6840e45-c279-48f6-bf75-9f0ce72d4ac4",
            "gambit_id": "98c4da81-33b6-4d41-8c6f-7416a1981eb2",
            "last_updated": "2022-12-20T15:52:21.416764-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.33000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24ff1f0d-0b77-42be-8a9c-97c1d624a453/?format=api"
        },
        {
            "id": "31254eb9-62c9-4314-b20d-b2caadfb7c24",
            "gambit_id": "e7b2501a-b3ab-46b3-a7d9-20f65a848b01",
            "last_updated": "2022-12-20T15:52:21.417890-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "2.90000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24ff1f0d-0b77-42be-8a9c-97c1d624a453/?format=api"
        }
    ]
}