GET /api/bet_types/bc1a97d2-8ed7-4352-9bf2-bedc6336e438/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc1a97d2-8ed7-4352-9bf2-bedc6336e438",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc900b90-a0cd-45bf-8f73-7fa3d96c8809/?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": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "USA",
                "amount": 6375.0
            },
            {
                "team": "Draw",
                "amount": 3625.0
            }
        ],
        "expected_reward_tokens": 11092.5,
        "profit_sb": 2092.5,
        "profit_sb_percentage": 23.25,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "USA",
                "amount": 4935.0
            },
            {
                "team": "Draw",
                "amount": 2806.0
            },
            {
                "team": "Iran",
                "amount": 2260.0
            }
        ],
        "expected_reward_tokens": 8586.36,
        "profit_sb": -413.64,
        "profit_sb_percentage": -4.6,
        "recommended": false
    },
    "lines": [
        {
            "id": "f8ad8c04-212d-4451-8991-17335e677b5c",
            "gambit_id": "dc319eae-18ec-4d7a-8674-8abded7983cd",
            "last_updated": "2022-11-30T10:12:25.374721-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "USA",
            "reward": "1.74000",
            "odds": "1.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc1a97d2-8ed7-4352-9bf2-bedc6336e438/?format=api"
        },
        {
            "id": "7df0aec9-e31d-4257-8825-1e171a4aca6b",
            "gambit_id": "75cfdfc9-5824-4b5e-a5dd-57d4fe67d79f",
            "last_updated": "2022-11-30T10:12:25.376678-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.06000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc1a97d2-8ed7-4352-9bf2-bedc6336e438/?format=api"
        },
        {
            "id": "f28eef8c-dad0-477a-b80e-073eca0aff4a",
            "gambit_id": "11fdbb92-09f8-478f-8eee-fc8cf0bdb2ba",
            "last_updated": "2022-11-30T10:12:25.375692-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Iran",
            "reward": "3.80000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc1a97d2-8ed7-4352-9bf2-bedc6336e438/?format=api"
        }
    ]
}