GET /api/bet_types/0b298f30-a9e3-4309-b0c1-37502f60727d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b298f30-a9e3-4309-b0c1-37502f60727d",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3545657-2c51-407d-913e-ffcfc24e3a66/?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": "Chicago Bears",
                "amount": 5984.0
            },
            {
                "team": "Detroit Lions",
                "amount": 4016.0
            }
        ],
        "expected_reward_tokens": 9155.52,
        "profit_sb": 155.52,
        "profit_sb_percentage": 1.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "b3b2dbf1-b240-4672-8f9b-3a6236b6ccbc",
            "gambit_id": "7c3946c9-5ba7-4e53-812f-b3b991dbf553",
            "last_updated": "2022-11-14T15:02:46.106965-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bears",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b298f30-a9e3-4309-b0c1-37502f60727d/?format=api"
        },
        {
            "id": "9e163f6f-6d4f-41da-8474-ba0fc756f40a",
            "gambit_id": "65ec4f60-6234-4a29-8a31-2fa6ca61debc",
            "last_updated": "2022-11-14T15:02:46.106013-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Lions",
            "reward": "2.28000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b298f30-a9e3-4309-b0c1-37502f60727d/?format=api"
        }
    ]
}