GET /api/bet_types/c87f8374-6614-4551-832d-6611cbb20549/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c87f8374-6614-4551-832d-6611cbb20549",
    "match": "https://api-prod.gambitprofit.com/api/matches/3eb06a88-7dc6-42ad-83b1-c6d20d0c1175/?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": "MOUZ",
                "amount": 7066.0
            },
            {
                "team": "Complexity Gaming",
                "amount": 2934.0
            }
        ],
        "expected_reward_tokens": 8831.34,
        "profit_sb": -168.66,
        "profit_sb_percentage": -1.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "acea11bf-332e-45bb-8f8f-8ff1dc56caab",
            "gambit_id": "23890af7-4437-4ecf-9c2e-dd68460cb506",
            "last_updated": "2022-09-19T09:52:24.616978-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MOUZ",
            "reward": "1.25000",
            "odds": "1.28000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c87f8374-6614-4551-832d-6611cbb20549/?format=api"
        },
        {
            "id": "be5cc6ad-7fef-4572-9372-4bc952f28f6f",
            "gambit_id": "e1c992db-4838-4ad3-8bf9-5b3deeb67537",
            "last_updated": "2022-09-19T09:52:24.618155-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Complexity Gaming",
            "reward": "3.01000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c87f8374-6614-4551-832d-6611cbb20549/?format=api"
        }
    ]
}