GET /api/bet_types/f18700d9-03d6-4cf2-aea7-c01442f86eb3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f18700d9-03d6-4cf2-aea7-c01442f86eb3",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8fd8495-d489-49b3-90e3-f4cedcae9d88/?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": "EDward Gaming",
                "amount": 7846.0
            },
            {
                "team": "FunPlus Phoenix",
                "amount": 2154.0
            }
        ],
        "expected_reward_tokens": 9022.9,
        "profit_sb": 22.9,
        "profit_sb_percentage": 0.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "f1f19591-e9bf-45a3-aae3-d4ca64271127",
            "gambit_id": "1cbf9935-17f8-4076-aab5-66bbf8195738",
            "last_updated": "2022-12-24T17:12:24.187135-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "EDward Gaming",
            "reward": "1.15000",
            "odds": "1.16000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f18700d9-03d6-4cf2-aea7-c01442f86eb3/?format=api"
        },
        {
            "id": "4ba46020-bdec-45b3-a722-43750118ddc2",
            "gambit_id": "71e20d06-3fcf-4f3a-90cc-46a6998e0946",
            "last_updated": "2022-12-24T17:12:24.185998-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FunPlus Phoenix",
            "reward": "4.19000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f18700d9-03d6-4cf2-aea7-c01442f86eb3/?format=api"
        }
    ]
}