GET /api/bet_types/26f4db3f-2e36-45f5-a1de-724bc9abfb54/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26f4db3f-2e36-45f5-a1de-724bc9abfb54",
    "match": "https://api-prod.gambitprofit.com/api/matches/cafbaa50-dc7e-404f-827b-759a0de556b8/?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": "Miami Dolphins",
                "amount": 5217.0
            },
            {
                "team": "Tampa Bay Buccaneers",
                "amount": 4783.0
            }
        ],
        "expected_reward_tokens": 9181.92,
        "profit_sb": 181.92,
        "profit_sb_percentage": 2.02,
        "recommended": true
    },
    "lines": [
        {
            "id": "4d841a7a-fde6-42b0-81a7-cb8b44bcd3cd",
            "gambit_id": "3c5f761e-025d-4090-bf5c-66546b6d9d5f",
            "last_updated": "2022-08-14T13:57:06.924081-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Dolphins",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26f4db3f-2e36-45f5-a1de-724bc9abfb54/?format=api"
        },
        {
            "id": "2afc604b-62ac-45d5-a99d-3c987ee55f0e",
            "gambit_id": "b617dce8-ea32-4300-8159-b0ccef017ee2",
            "last_updated": "2022-08-14T13:57:06.923616-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.92000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26f4db3f-2e36-45f5-a1de-724bc9abfb54/?format=api"
        }
    ]
}