GET /api/bet_types/4af39f72-b2b6-4203-a82e-fb3ae3f4eb22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4af39f72-b2b6-4203-a82e-fb3ae3f4eb22",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b6f616d-3c28-4792-a5cb-6e16cde46abc/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "FC Barcelona",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10500.0,
        "profit_sb": 1500.0,
        "profit_sb_percentage": 16.67,
        "recommended": true
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "FC Barcelona",
                "amount": 9184.0
            },
            {
                "team": "Draw",
                "amount": 816.0
            }
        ],
        "expected_reward_tokens": 9636.96,
        "profit_sb": 636.96,
        "profit_sb_percentage": 7.08,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "FC Barcelona",
                "amount": 8858.0
            },
            {
                "team": "Draw",
                "amount": 788.0
            },
            {
                "team": "FC Viktoria Plzen",
                "amount": 355.0
            }
        ],
        "expected_reward_tokens": 9300.9,
        "profit_sb": 300.9,
        "profit_sb_percentage": 3.34,
        "recommended": true
    },
    "lines": [
        {
            "id": "5d982a9e-5133-4b0b-811b-54db71f0f03f",
            "gambit_id": "6ba9cf69-1170-42d6-8c0d-2e4162a700a9",
            "last_updated": "2022-09-08T10:56:56.209055-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Barcelona",
            "reward": "1.05000",
            "odds": "1.06000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4af39f72-b2b6-4203-a82e-fb3ae3f4eb22/?format=api"
        },
        {
            "id": "fe2c8592-a416-4adb-aa9e-aca305d6a27a",
            "gambit_id": "20f97fdd-aadf-4766-8948-28f0813bec21",
            "last_updated": "2022-09-08T10:56:56.210269-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "11.81000",
            "odds": "13.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4af39f72-b2b6-4203-a82e-fb3ae3f4eb22/?format=api"
        },
        {
            "id": "c1607acc-ae3e-425e-a729-b9219294395d",
            "gambit_id": "b7478997-d1bb-4d2a-acfd-c6d8ebec7f37",
            "last_updated": "2022-09-08T10:56:56.207809-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Viktoria Plzen",
            "reward": "26.23000",
            "odds": "29.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4af39f72-b2b6-4203-a82e-fb3ae3f4eb22/?format=api"
        }
    ]
}