GET /api/bet_types/d13d0dd3-45a0-459d-95ef-5f4ccbb947d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d13d0dd3-45a0-459d-95ef-5f4ccbb947d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5551a30-9246-411a-8845-7847b86e6105/?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": "Los Angeles Rams",
                "amount": 5106.0
            },
            {
                "team": "San Francisco 49ers",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "926de92f-19c5-49e5-a919-a6024f845e43",
            "gambit_id": "8f1a2aa1-7468-4364-afb7-b479be070e3b",
            "last_updated": "2022-10-31T11:36:58.107124-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d13d0dd3-45a0-459d-95ef-5f4ccbb947d4/?format=api"
        },
        {
            "id": "8cae2313-0d3a-4d68-98a7-53607f28cb31",
            "gambit_id": "82bf11cd-8394-47ff-b668-366316532c8d",
            "last_updated": "2022-10-31T11:36:58.108275-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d13d0dd3-45a0-459d-95ef-5f4ccbb947d4/?format=api"
        }
    ]
}