GET /api/bet_types/6496717d-eca2-4280-bb5e-838dfb19e101/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6496717d-eca2-4280-bb5e-838dfb19e101",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbca8011-fcae-419a-bf55-8b915dbfbf25/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-26T12:02:10.528153-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 6309.0
            },
            {
                "team": "West Ham United",
                "amount": 3691.0
            }
        ],
        "expected_reward_tokens": 12364.85,
        "profit_sb": 2864.85,
        "profit_sb_percentage": 30.16,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 4709.0
            },
            {
                "team": "West Ham United",
                "amount": 2755.0
            },
            {
                "team": "Draw",
                "amount": 2536.0
            }
        ],
        "expected_reward_tokens": 9229.25,
        "profit_sb": -270.75,
        "profit_sb_percentage": -2.85,
        "recommended": false
    },
    "lines": [
        {
            "id": "66b65901-1236-49c7-b3aa-1074021a7b67",
            "gambit_id": "3f2bdae1-fcbb-4b9b-bdee-1eb0b764349c",
            "last_updated": "2023-04-27T11:52:08.571697-04:00",
            "created_at": "2023-04-26T12:02:10.529433-04:00",
            "name": "Liverpool",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6496717d-eca2-4280-bb5e-838dfb19e101/?format=api"
        },
        {
            "id": "cf4d41fd-c466-4d6d-9e08-e4b95217b528",
            "gambit_id": "904ffe01-48d4-47fd-b1eb-2c3ff1615f99",
            "last_updated": "2023-04-27T11:52:08.573769-04:00",
            "created_at": "2023-04-26T12:02:10.530896-04:00",
            "name": "West Ham United",
            "reward": "3.35000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6496717d-eca2-4280-bb5e-838dfb19e101/?format=api"
        },
        {
            "id": "fe3f2242-7b76-428e-bd90-c42cd94192d2",
            "gambit_id": "8b329d45-75b2-4559-99e9-26991e213981",
            "last_updated": "2023-04-27T11:52:08.576555-04:00",
            "created_at": "2023-04-26T12:02:10.532447-04:00",
            "name": "Draw",
            "reward": "3.64000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6496717d-eca2-4280-bb5e-838dfb19e101/?format=api"
        }
    ]
}