GET /api/bet_types/d4421ba0-5a3f-4585-9347-b21a3168a885/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4421ba0-5a3f-4585-9347-b21a3168a885",
    "match": "https://api-prod.gambitprofit.com/api/matches/46b3dcef-6767-451e-8d7a-68b6ee945f29/?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": "Texas A&M",
                "amount": 5207.0
            },
            {
                "team": "Arkansas",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "008dab13-5ef3-4cb8-a64b-adc53e11e4d6",
            "gambit_id": "edb85199-541e-4808-a541-f0598e935bc0",
            "last_updated": "2022-09-25T21:22:20.498301-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas A&M",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4421ba0-5a3f-4585-9347-b21a3168a885/?format=api"
        },
        {
            "id": "666194bf-6d19-4f74-b9cb-98eb2479148c",
            "gambit_id": "4292b9ef-62ad-4902-97b9-a0cb1ceebae7",
            "last_updated": "2022-09-25T21:22:20.499396-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4421ba0-5a3f-4585-9347-b21a3168a885/?format=api"
        }
    ]
}