GET /api/bet_types/5f68583a-8a60-48ba-bfd1-c85bbbcee755/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f68583a-8a60-48ba-bfd1-c85bbbcee755",
    "match": "https://api-prod.gambitprofit.com/api/matches/f11cadbe-ad7f-487d-89b5-9e086af73671/?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": "Joe Riggs",
                "amount": 5176.0
            },
            {
                "team": "Josh Dyer",
                "amount": 4824.0
            }
        ],
        "expected_reward_tokens": 8488.64,
        "profit_sb": -511.36,
        "profit_sb_percentage": -5.68,
        "recommended": false
    },
    "lines": [
        {
            "id": "30246dc5-d131-4c64-ba76-5675a4b1fa28",
            "gambit_id": "95371cbc-8af0-49db-93a4-6b250c2abeb9",
            "last_updated": "2022-12-24T17:12:20.847784-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Joe Riggs",
            "reward": "1.64000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f68583a-8a60-48ba-bfd1-c85bbbcee755/?format=api"
        },
        {
            "id": "a7b6bb5c-3125-4921-a14a-78da635f4afe",
            "gambit_id": "0f3d1bdc-d415-450d-a94f-c8ec04ee74ab",
            "last_updated": "2022-12-24T17:12:20.846660-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Josh Dyer",
            "reward": "1.76000",
            "odds": "1.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f68583a-8a60-48ba-bfd1-c85bbbcee755/?format=api"
        }
    ]
}