GET /api/bet_types/a03e7042-61c2-4b10-9629-3e0515639fed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a03e7042-61c2-4b10-9629-3e0515639fed",
    "match": "https://api-prod.gambitprofit.com/api/matches/c649301d-f80f-41fd-9ad6-cd7cc06a4638/?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": "Drew Dober",
                "amount": 5886.0
            },
            {
                "team": "Bobby Green",
                "amount": 4114.0
            }
        ],
        "expected_reward_tokens": 8886.24,
        "profit_sb": -113.76,
        "profit_sb_percentage": -1.26,
        "recommended": false
    },
    "lines": [
        {
            "id": "8f896da9-5617-4e92-b618-1c03fff34265",
            "gambit_id": "8aebf931-c771-4bd8-ab71-b95927bccc33",
            "last_updated": "2022-12-19T10:57:06.052897-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Drew Dober",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a03e7042-61c2-4b10-9629-3e0515639fed/?format=api"
        },
        {
            "id": "edbf634a-36e0-42a2-aa7a-9e1e87248a5e",
            "gambit_id": "412c696a-a77f-4736-b395-34bbb1f09f6d",
            "last_updated": "2022-12-19T10:57:06.053958-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bobby Green",
            "reward": "2.16000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a03e7042-61c2-4b10-9629-3e0515639fed/?format=api"
        }
    ]
}