GET /api/bet_types/80f0ca25-d074-42eb-a0dd-4158486a8f6b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80f0ca25-d074-42eb-a0dd-4158486a8f6b",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b093a54-cff3-4cb3-b77e-cf9e7abb03cc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-03T11:51:58.771996-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 6791.0
            },
            {
                "team": "Draw",
                "amount": 3209.0
            }
        ],
        "expected_reward_tokens": 11069.33,
        "profit_sb": 2069.33,
        "profit_sb_percentage": 22.99,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Arsenal",
                "amount": 5322.0
            },
            {
                "team": "Draw",
                "amount": 2515.0
            },
            {
                "team": "Newcastle United",
                "amount": 2163.0
            }
        ],
        "expected_reward_tokens": 8673.63,
        "profit_sb": -326.37,
        "profit_sb_percentage": -3.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "0c0f6436-bfe4-4589-bef7-ecb609c5fe95",
            "gambit_id": "9ddeaf0b-977b-4d16-a5cb-650c3cc0862b",
            "last_updated": "2023-01-04T09:51:59.105866-05:00",
            "created_at": "2023-01-03T11:51:58.774346-05:00",
            "name": "Arsenal",
            "reward": "1.63000",
            "odds": "1.73000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80f0ca25-d074-42eb-a0dd-4158486a8f6b/?format=api"
        },
        {
            "id": "ccb8d37a-a620-4279-8079-219fe560caf9",
            "gambit_id": "ce978810-93d6-406a-a08d-685ff1a61819",
            "last_updated": "2023-01-04T09:51:59.107005-05:00",
            "created_at": "2023-01-03T11:51:58.775499-05:00",
            "name": "Draw",
            "reward": "3.45000",
            "odds": "3.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80f0ca25-d074-42eb-a0dd-4158486a8f6b/?format=api"
        },
        {
            "id": "06f1ecf8-53b1-4b22-875e-5a5768bff845",
            "gambit_id": "30e3914e-03c2-42dc-ab22-a64953080460",
            "last_updated": "2023-01-04T09:51:59.104596-05:00",
            "created_at": "2023-01-03T11:51:58.773180-05:00",
            "name": "Newcastle United",
            "reward": "4.01000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80f0ca25-d074-42eb-a0dd-4158486a8f6b/?format=api"
        }
    ]
}