GET /api/bet_types/2d5a4547-c57e-492e-9d64-c828a37387c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d5a4547-c57e-492e-9d64-c828a37387c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/502ec87d-91e6-4f89-ae4b-08ee0f028802/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-19T00:01:55.142146-04: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": "Kentucky",
                "amount": 5867.0
            },
            {
                "team": "Kansas State",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "950d0476-e307-4cd0-9dd5-3feee033faae",
            "gambit_id": "aed8cd87-03e0-4cc4-90f1-99cd4949e1e6",
            "last_updated": "2023-03-20T10:42:11.460429-04:00",
            "created_at": "2023-03-19T00:01:55.144865-04:00",
            "name": "Kentucky",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d5a4547-c57e-492e-9d64-c828a37387c0/?format=api"
        },
        {
            "id": "7b2d19b0-4624-4d7e-94cf-1660350b2163",
            "gambit_id": "b10c73bb-7330-4acf-a915-a10d2cc13085",
            "last_updated": "2023-03-20T10:42:11.458043-04:00",
            "created_at": "2023-03-19T00:01:55.143400-04:00",
            "name": "Kansas State",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d5a4547-c57e-492e-9d64-c828a37387c0/?format=api"
        }
    ]
}