GET /api/bet_types/11144058-25ac-42db-b0e3-26ec31defeeb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "11144058-25ac-42db-b0e3-26ec31defeeb",
    "match": "https://api-prod.gambitprofit.com/api/matches/571019bf-dcea-45d8-a42c-6825e563bf05/?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": "Appalachian St",
                "amount": 7983.0
            },
            {
                "team": "Troy",
                "amount": 2017.0
            }
        ],
        "expected_reward_tokens": 9258.03,
        "profit_sb": 258.03,
        "profit_sb_percentage": 2.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "3a772cf4-b688-498c-bc2e-a9af47b03e96",
            "gambit_id": "3d9171bc-c4a9-4161-875c-2fe9baa270c1",
            "last_updated": "2022-09-18T20:37:20.225568-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Appalachian St",
            "reward": "1.16000",
            "odds": "1.18180",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11144058-25ac-42db-b0e3-26ec31defeeb/?format=api"
        },
        {
            "id": "e3277397-bfe4-42a2-a823-1af6aa6c6d72",
            "gambit_id": "6d26c32f-9a25-4ea8-abd2-9a530d103504",
            "last_updated": "2022-09-18T20:37:20.226576-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Troy",
            "reward": "4.59000",
            "odds": "5.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11144058-25ac-42db-b0e3-26ec31defeeb/?format=api"
        }
    ]
}