GET /api/bet_types/0725545e-b38b-45a3-b4d9-fa0971dc56c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0725545e-b38b-45a3-b4d9-fa0971dc56c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/670195da-b91f-44f9-82ce-bac0882a5ac6/?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": "Oh My God",
                "amount": 6557.0
            },
            {
                "team": "Invictus Gaming",
                "amount": 3443.0
            }
        ],
        "expected_reward_tokens": 8917.37,
        "profit_sb": -82.63,
        "profit_sb_percentage": -0.92,
        "recommended": false
    },
    "lines": [
        {
            "id": "34357b3c-d7c0-40cc-80f5-563bffbcd695",
            "gambit_id": "d38700d5-10b4-4c90-88e1-14c048fc3ac5",
            "last_updated": "2022-08-11T23:47:07.990896-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oh My God",
            "reward": "1.36000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0725545e-b38b-45a3-b4d9-fa0971dc56c0/?format=api"
        },
        {
            "id": "dbd533af-1f71-467f-bf3d-c6b09e193e2c",
            "gambit_id": "e2d98a9f-1836-4d47-9a14-26b6f03281de",
            "last_updated": "2022-08-11T23:47:07.990474-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Invictus Gaming",
            "reward": "2.59000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0725545e-b38b-45a3-b4d9-fa0971dc56c0/?format=api"
        }
    ]
}