GET /api/bet_types/b4d44525-e55c-401b-8edd-0552a1fcd305/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4d44525-e55c-401b-8edd-0552a1fcd305",
    "match": "https://api-prod.gambitprofit.com/api/matches/f70e743b-b296-4f2f-80f4-5f3e385fb238/?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": "Cincinnati",
                "amount": 8509.0
            },
            {
                "team": "Temple",
                "amount": 1491.0
            }
        ],
        "expected_reward_tokens": 9359.9,
        "profit_sb": 359.9,
        "profit_sb_percentage": 4.0,
        "recommended": true
    },
    "lines": [
        {
            "id": "d29df2f9-1fae-44ce-821f-8444d3a50575",
            "gambit_id": "2346ddba-876d-4c8c-a5a4-a2c7819b3a8c",
            "last_updated": "2022-11-21T10:02:53.196998-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati",
            "reward": "1.10000",
            "odds": "1.11110",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4d44525-e55c-401b-8edd-0552a1fcd305/?format=api"
        },
        {
            "id": "541164cc-151e-46df-b8f0-6293699cbceb",
            "gambit_id": "87f6e811-8827-4c59-96ab-888a275d6e2e",
            "last_updated": "2022-11-21T10:02:53.195723-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Temple",
            "reward": "6.28000",
            "odds": "7.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4d44525-e55c-401b-8edd-0552a1fcd305/?format=api"
        }
    ]
}