GET /api/bet_types/1a6592d4-d2a1-44c8-b087-64a6cac0f0fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a6592d4-d2a1-44c8-b087-64a6cac0f0fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad8f314c-34b4-47c5-9e08-eae714113fb3/?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": "Air Force",
                "amount": 7563.0
            },
            {
                "team": "UNLV",
                "amount": 2437.0
            }
        ],
        "expected_reward_tokens": 9528.67,
        "profit_sb": 28.67,
        "profit_sb_percentage": 0.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "ae33ecca-e396-4ebc-9e06-ed1824677a28",
            "gambit_id": "9695c361-fcdb-467f-833f-1e1154b18209",
            "last_updated": "2022-10-17T10:01:53.255118-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Air Force",
            "reward": "1.26000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a6592d4-d2a1-44c8-b087-64a6cac0f0fb/?format=api"
        },
        {
            "id": "22ba3359-abec-40c9-bb37-4f7cbc814d8a",
            "gambit_id": "5bb44b3a-a8dd-4d8a-b615-7365e2c6894e",
            "last_updated": "2022-10-17T10:01:53.253994-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UNLV",
            "reward": "3.91000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a6592d4-d2a1-44c8-b087-64a6cac0f0fb/?format=api"
        }
    ]
}