GET /api/bet_types/231c5837-58ba-4418-b13f-5ec928b5ff85/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "231c5837-58ba-4418-b13f-5ec928b5ff85",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f588944-8f1d-4371-bfa3-bcf90985bd4a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-23T11:52:00.852258-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": "Tatiana Suarez",
                "amount": 8393.0
            },
            {
                "team": "Montana De La Rosa",
                "amount": 1607.0
            }
        ],
        "expected_reward_tokens": 9400.16,
        "profit_sb": -99.84,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "54f97cb8-6c2d-4340-9666-8d10a4f1c24a",
            "gambit_id": "c06fdab9-0dbe-4159-9c00-35109f699df4",
            "last_updated": "2023-02-26T12:02:04.003162-05:00",
            "created_at": "2023-02-23T11:52:00.853817-05:00",
            "name": "Tatiana Suarez",
            "reward": "1.12000",
            "odds": "1.12500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/231c5837-58ba-4418-b13f-5ec928b5ff85/?format=api"
        },
        {
            "id": "f65ab695-78aa-421f-b914-339ffe096143",
            "gambit_id": "badc543b-5a71-40ff-aa64-689bd5ba75bf",
            "last_updated": "2023-02-26T12:02:04.004264-05:00",
            "created_at": "2023-02-23T11:52:00.855187-05:00",
            "name": "Montana De La Rosa",
            "reward": "5.85000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/231c5837-58ba-4418-b13f-5ec928b5ff85/?format=api"
        }
    ]
}