GET /api/bet_types/72a9cda3-5dbd-4690-ba23-691524585371/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "72a9cda3-5dbd-4690-ba23-691524585371",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c57ac26-abf4-449c-b2fc-b87e1338149c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-14T12:02:15.702781-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 6274.0
            },
            {
                "team": "Draw",
                "amount": 3726.0
            }
        ],
        "expected_reward_tokens": 12295.8,
        "profit_sb": 2795.8,
        "profit_sb_percentage": 29.43,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 4690.0
            },
            {
                "team": "Draw",
                "amount": 2785.0
            },
            {
                "team": "Aston Villa",
                "amount": 2525.0
            }
        ],
        "expected_reward_tokens": 9190.5,
        "profit_sb": -309.5,
        "profit_sb_percentage": -3.26,
        "recommended": false
    },
    "lines": [
        {
            "id": "97b00346-56ac-485c-812e-8ad10a044a4f",
            "gambit_id": "49b4a3cd-f514-44d8-8863-65cdb808a944",
            "last_updated": "2023-04-17T11:42:04.766446-04:00",
            "created_at": "2023-04-14T12:02:15.704170-04:00",
            "name": "Newcastle United",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72a9cda3-5dbd-4690-ba23-691524585371/?format=api"
        },
        {
            "id": "172fb37f-c79e-460e-934c-bc112f41c567",
            "gambit_id": "8d48dea2-218a-4a48-8159-bd4d624ee876",
            "last_updated": "2023-04-17T11:42:04.771491-04:00",
            "created_at": "2023-04-14T12:02:15.707743-04:00",
            "name": "Draw",
            "reward": "3.30000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72a9cda3-5dbd-4690-ba23-691524585371/?format=api"
        },
        {
            "id": "bf5a7a90-98cd-4b7f-9d0c-34406b3d3ecd",
            "gambit_id": "e5317a79-a99b-4de5-b7dc-6845a8c2981b",
            "last_updated": "2023-04-17T11:42:04.769225-04:00",
            "created_at": "2023-04-14T12:02:15.705714-04:00",
            "name": "Aston Villa",
            "reward": "3.64000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72a9cda3-5dbd-4690-ba23-691524585371/?format=api"
        }
    ]
}