GET /api/bet_types/c0acbfaa-7e91-4c7b-87e6-24d698ebf84a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0acbfaa-7e91-4c7b-87e6-24d698ebf84a",
    "match": "https://api-prod.gambitprofit.com/api/matches/285c8452-49dc-47d4-b2bd-8531c5222151/?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": "SDG (J Musgrove)",
                "amount": 7143.0
            },
            {
                "team": "WAS (J Gray)",
                "amount": 2857.0
            }
        ],
        "expected_reward_tokens": 9285.25,
        "profit_sb": 285.25,
        "profit_sb_percentage": 3.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "dfea82a3-3f8e-4e92-b3d1-dafacba9c117",
            "gambit_id": "b38b61d3-c8b1-4180-8cec-9b5e8b37b3d3",
            "last_updated": "2022-08-21T12:47:07.113912-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (J Musgrove)",
            "reward": "1.30000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0acbfaa-7e91-4c7b-87e6-24d698ebf84a/?format=api"
        },
        {
            "id": "043783a5-2365-4739-a678-55173c9b0cbd",
            "gambit_id": "92534005-9d42-402e-bfef-55dc4ba1ea4d",
            "last_updated": "2022-08-21T12:47:07.114391-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (J Gray)",
            "reward": "3.25000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0acbfaa-7e91-4c7b-87e6-24d698ebf84a/?format=api"
        }
    ]
}