GET /api/bet_types/3af12123-6f74-49fb-97c8-344cffbd71b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3af12123-6f74-49fb-97c8-344cffbd71b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/25a9cb49-9b56-4749-90ce-0e5cba63af06/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-19T11:41:52.204423-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 7771.0
            },
            {
                "team": "Draw",
                "amount": 2229.0
            }
        ],
        "expected_reward_tokens": 10721.49,
        "profit_sb": 1221.49,
        "profit_sb_percentage": 12.86,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 6667.0
            },
            {
                "team": "Draw",
                "amount": 1913.0
            },
            {
                "team": "Bournemouth",
                "amount": 1420.0
            }
        ],
        "expected_reward_tokens": 9200.46,
        "profit_sb": -299.54,
        "profit_sb_percentage": -3.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce8623a9-08ab-42f4-b613-823ba29447e8",
            "gambit_id": "ed56b83c-28aa-4745-81c0-d0c6510fda59",
            "last_updated": "2023-05-22T18:02:06.713404-04:00",
            "created_at": "2023-05-19T11:41:52.209677-04:00",
            "name": "Manchester United",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3af12123-6f74-49fb-97c8-344cffbd71b7/?format=api"
        },
        {
            "id": "2b536ba5-abad-4c23-bd1d-137969e96a41",
            "gambit_id": "0be644a6-f8d6-4c11-b044-49a33d333b7e",
            "last_updated": "2023-05-22T18:02:06.714898-04:00",
            "created_at": "2023-05-19T11:41:52.212203-04:00",
            "name": "Draw",
            "reward": "4.81000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3af12123-6f74-49fb-97c8-344cffbd71b7/?format=api"
        },
        {
            "id": "33914980-1aa5-4001-a7ff-63886ac84d15",
            "gambit_id": "68f6ae4d-9844-475c-8797-a2393ca20bb5",
            "last_updated": "2023-05-22T18:02:06.711274-04:00",
            "created_at": "2023-05-19T11:41:52.206992-04:00",
            "name": "Bournemouth",
            "reward": "6.48000",
            "odds": "6.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3af12123-6f74-49fb-97c8-344cffbd71b7/?format=api"
        }
    ]
}