GET /api/bet_types/aa2bd441-ff31-49ec-9eb5-05c0693782b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa2bd441-ff31-49ec-9eb5-05c0693782b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/b095c4e3-aa98-414a-a17c-ff086a298afc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-02T10:08:21.013864-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": "Natalia Silva",
                "amount": 7183.0
            },
            {
                "team": "Viviane Araujo",
                "amount": 2817.0
            }
        ],
        "expected_reward_tokens": 9266.07,
        "profit_sb": -233.93,
        "profit_sb_percentage": -2.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "29200108-103d-41b7-95c6-e0125652c884",
            "gambit_id": "0df266a2-4382-45e8-a079-350d88da9c5d",
            "last_updated": "2024-02-06T09:33:14.670095-05:00",
            "created_at": "2024-02-02T10:08:21.029331-05:00",
            "name": "Natalia Silva",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa2bd441-ff31-49ec-9eb5-05c0693782b9/?format=api"
        },
        {
            "id": "3a8e8acf-eada-493f-95a9-58b3cda61648",
            "gambit_id": "1f5575e2-709e-4acf-a0aa-24bb39960b99",
            "last_updated": "2024-02-06T09:33:14.650667-05:00",
            "created_at": "2024-02-02T10:08:21.018701-05:00",
            "name": "Viviane Araujo",
            "reward": "3.29000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa2bd441-ff31-49ec-9eb5-05c0693782b9/?format=api"
        }
    ]
}