GET /api/bet_types/9de35250-0bd1-4ef5-a68c-45b8cfee3561/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9de35250-0bd1-4ef5-a68c-45b8cfee3561",
    "match": "https://api-prod.gambitprofit.com/api/matches/24db0afa-e81d-4451-88a3-a86ac7b184a0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-30T09:18:12.735933-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Aston Villa",
                "amount": 6673.0
            },
            {
                "team": "Newcastle United",
                "amount": 3327.0
            }
        ],
        "expected_reward_tokens": 12077.01,
        "profit_sb": 2577.01,
        "profit_sb_percentage": 27.13,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Aston Villa",
                "amount": 5086.0
            },
            {
                "team": "Newcastle United",
                "amount": 2536.0
            },
            {
                "team": "Draw",
                "amount": 2379.0
            }
        ],
        "expected_reward_tokens": 9205.66,
        "profit_sb": -294.34,
        "profit_sb_percentage": -3.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "32286d5d-5457-4a62-9e3b-0b0fb6612678",
            "gambit_id": "1c78bcf7-1626-4b0e-992d-b5e48ad43568",
            "last_updated": "2024-01-31T22:18:08.065490-05:00",
            "created_at": "2024-01-30T09:18:12.744559-05:00",
            "name": "Aston Villa",
            "reward": "1.81000",
            "odds": "1.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9de35250-0bd1-4ef5-a68c-45b8cfee3561/?format=api"
        },
        {
            "id": "467a0aad-d7c4-4e23-93dc-65957cfeab40",
            "gambit_id": "e1792027-e1ae-4aae-b534-d58335d0ff9c",
            "last_updated": "2024-01-31T22:18:08.069001-05:00",
            "created_at": "2024-01-30T09:18:12.748412-05:00",
            "name": "Newcastle United",
            "reward": "3.63000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9de35250-0bd1-4ef5-a68c-45b8cfee3561/?format=api"
        },
        {
            "id": "a06b1a63-c0f3-4f3f-9d2a-7947a6bada2a",
            "gambit_id": "1d7a352d-4b19-4876-b27a-f877acc2c39f",
            "last_updated": "2024-01-31T22:18:08.061927-05:00",
            "created_at": "2024-01-30T09:18:12.740607-05:00",
            "name": "Draw",
            "reward": "3.87000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9de35250-0bd1-4ef5-a68c-45b8cfee3561/?format=api"
        }
    ]
}