GET /api/bet_types/cefd9bde-0401-48b3-8c6a-e7199824fef1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cefd9bde-0401-48b3-8c6a-e7199824fef1",
    "match": "https://api-prod.gambitprofit.com/api/matches/474a0a4a-6861-42b9-89dc-7d896a7674c3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-29T09:38:11.599641-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Everton",
                "amount": 6966.0
            },
            {
                "team": "Draw",
                "amount": 3034.0
            }
        ],
        "expected_reward_tokens": 11284.92,
        "profit_sb": 1784.92,
        "profit_sb_percentage": 18.79,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Everton",
                "amount": 5743.0
            },
            {
                "team": "Draw",
                "amount": 2501.0
            },
            {
                "team": "Luton Town",
                "amount": 1756.0
            }
        ],
        "expected_reward_tokens": 9303.66,
        "profit_sb": -196.34,
        "profit_sb_percentage": -2.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "aaa81be5-0e18-400f-9088-b72cb07024b5",
            "gambit_id": "12a69f66-c07b-4f13-b001-8a217125ad1d",
            "last_updated": "2023-10-02T10:53:21.099757-04:00",
            "created_at": "2023-09-29T09:38:11.618103-04:00",
            "name": "Everton",
            "reward": "1.62000",
            "odds": "1.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cefd9bde-0401-48b3-8c6a-e7199824fef1/?format=api"
        },
        {
            "id": "a4ce4bcd-6482-4cf3-9810-5b573f209146",
            "gambit_id": "cd8277e5-2555-4950-93fe-1d13a3841421",
            "last_updated": "2023-10-02T10:53:21.108721-04:00",
            "created_at": "2023-09-29T09:38:11.604761-04:00",
            "name": "Draw",
            "reward": "3.72000",
            "odds": "3.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cefd9bde-0401-48b3-8c6a-e7199824fef1/?format=api"
        },
        {
            "id": "c557aabf-c690-46ca-b1d5-237ec215b3e1",
            "gambit_id": "c7044878-5011-4452-8531-ae3a85a2bb9a",
            "last_updated": "2023-10-02T10:53:21.103369-04:00",
            "created_at": "2023-09-29T09:38:11.630246-04:00",
            "name": "Luton Town",
            "reward": "5.30000",
            "odds": "5.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cefd9bde-0401-48b3-8c6a-e7199824fef1/?format=api"
        }
    ]
}